mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Placeholder for stats
This commit is contained in:
parent
f5f14d5823
commit
e5f1c229c5
1 changed files with 38 additions and 24 deletions
|
@ -1,4 +1,18 @@
|
|||
|
||||
<script>
|
||||
// Add a 400px tall placeholder
|
||||
$('#count').html('<div style="height: 400px"></div>');
|
||||
$('#count1').html('<div style="height: 400px"></div>');
|
||||
$('#count2').html('<div style="height: 400px"></div>');
|
||||
$('#count3').html('<div style="height: 400px"></div>');
|
||||
$('#count4').html('<div style="height: 400px"></div>');
|
||||
$('#count5').html('<div style="height: 400px"></div>');
|
||||
$('#count6').html('<div style="height: 400px"></div>');
|
||||
$('#count7').html('<div style="height: 400px"></div>');
|
||||
$('#stat-one').html('<div style="height: 400px"></div>');
|
||||
$('#stat-one-small').html('<div style="height: 400px"></div>');
|
||||
$('#stat-two').html('<div style="height: 400px"></div>');
|
||||
|
||||
try {
|
||||
fetch('https://app.tea.xyz/api/signups')
|
||||
.then(res => res.json())
|
||||
|
|
Loading…
Reference in a new issue