We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89900e commit e89a295Copy full SHA for e89a295
index.html
@@ -15,6 +15,8 @@
15
<meta property="og:url" content="/">
16
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
17
<link rel="stylesheet" href="/main_home.css">
18
+ <link rel="stylesheet" href="/assets/background/frame.css">
19
+
20
<style>
21
22
.sponsor-container {
@@ -61,6 +63,7 @@
61
63
margin: 10px 0;
62
64
font-size: 15px;
65
}
66
67
.popup button {
68
margin-top: 10px;
69
@@ -79,6 +82,7 @@
79
82
color: #ff6b6b;
80
83
font-weight: bold;
81
84
85
86
</style>
87
<script type="application/ld+json">
88
{
@@ -120,6 +124,7 @@
120
124
</head>
121
125
122
126
<body>
127
123
128
<div class="navbar">
129
<a href="/">Home</a>
130
<a href="/games">Games</a>
@@ -532,5 +537,3 @@ <h1>Views:</h1>
532
537
533
538
534
539
535
-
536
0 commit comments