qcobjects-docs
Version:
The official app and website for documentation of QCObjects
13 lines (12 loc) • 416 B
HTML
<quick-component name="loading_message" template-source="none">
<div style="border:1px solid #ccc;border-radius:20px;padding:5%">
<div >
<h1>Loading</h1>
<p>Please wait for a minute...</p>
<div style="display:grid;grid-template-columns:40% 30%">
<p></p>
<img src="img/loading.svg" alt="loading" width="70vw" height="auto"/>
</div>
</div>
</div>
</quick-component>