Files
Web-Infra-Reports-IT/include/preloader.inc copy.html
2024-03-12 16:38:16 +01:00

15 lines
582 B
HTML

<div class="preloader">
<br>
<h1><span style="color: white"><b>Loading Data</b></h1>
<h3><span style="color: white"><b>Please wait ...</b></h3>
<div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
<div class="indicator">
<svg width="16px" height="12px">
<polyline id="back" points="1 6 4 6 6 11 10 1 12 6 15 6"></polyline>
<polyline id="front" points="1 6 4 6 6 11 10 1 12 6 15 6"></polyline>
</svg>
</div>
</div>
</div>