Skip to content

Commit e1c657c

Browse files
authored
Update index.html
1 parent c4eee41 commit e1c657c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

minecraft-tools/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<meta property="og:description" content="Minecraft Tools For You To Use! We Have Tools That Can Be Usful.">
1414
<meta property="og:url" content="/">
1515
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
16+
<link rel="stylesheet" href="/assets/background/frame.css">
1617
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W0KXN0103E"></script>
1718
<script>
1819
window.dataLayer = window.dataLayer || [];
@@ -34,11 +35,10 @@
3435
margin: 0;
3536
font-family: Arial, sans-serif;
3637
color: #fff;
37-
background-image: url('/homepage_background.png');
3838
background-repeat: no-repeat;
3939
background-size: cover;
4040
background-attachment: fixed;
41-
background-color: #5555FF;
41+
background: linear-gradient(90deg, #FF6600 0%, #000000 100%);
4242
}
4343

4444
.navbar {
@@ -175,14 +175,13 @@
175175
</style>
176176
</head>
177177
<body>
178-
178+
<iframe id="bgFrame" src="/assets/background/tools/index.html"></iframe>
179179
<div class="navbar">
180180
<a href="/">Home</a>
181181
<a href="/games">Games</a>
182182
<a href="https://discord.gg/sqPFYEsz8F">Discord Server</a>
183183
<a href="https://docs.google.com/document/d/1UC3Eo6UoPCVlq1SiOFEj0HahQGPqqbadXSho5NKHbQU/edit?tab=t.0">Bloxcraft Unblocked Games List</a>
184184
</div>
185-
186185
<main>
187186
<h1>Minecraft Tools</h1>
188187
<h2>Available Tools</h2>

0 commit comments

Comments
 (0)