Initial Version

This commit is contained in:
e025532
2024-03-12 16:38:16 +01:00
commit 8882558b6e
1928 changed files with 106540 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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>