Skip to content

Commit 5503a12

Browse files
authored
Update index.html
1 parent 0d8ecf5 commit 5503a12

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
1717
<link rel="stylesheet" href="/main_home.css">
1818
<link rel="stylesheet" href="/assets/background/frame.css">
19-
20-
<style>
19+
<style>
20+
.funcard{padding:2rem;border-radius:12px;background:rgba(255,255,255,0.04);max-width:800px;text-align:center;opacity:0;transform:translateY(8px);transition:all .35s}
21+
.funcard.show{opacity:1;transform:none}
2122

2223
.sponsor-container {
2324
position: absolute;
@@ -148,7 +149,8 @@
148149
<main>
149150
<p>Tharun9772Gaming Is Also Known As:</p>
150151
<p>Bloxy The Dev, Tharun9772, Tharun</p>
151-
152+
<p>&nbsp;</p>
153+
<div id="card" class="funcard">Loading...</div>
152154
<p>&nbsp;</p>
153155
<h1>Test Iframe</h1>
154156
<a class="bloxy-btn bloxy-orange-btn" id="IFRAMETEST_loadBtn">Test Iframe Modes</a>
@@ -528,6 +530,7 @@ <h1>Views:</h1>
528530
palet_blox_popup.style.bottom = '0';
529531
});
530532
</script>
533+
<script src="/funcard.js"></script>
531534
<script src="/assets/timachinecodes.js"></script>
532535
</main>
533536
</body>
@@ -538,3 +541,4 @@ <h1>Views:</h1>
538541

539542

540543

544+

0 commit comments

Comments
 (0)