Skip to content

Commit e6cb943

Browse files
authored
Update index.html
1 parent 0a9a1d8 commit e6cb943

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

minecraft-tools/mc-java-colour-tools/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<meta charset="UTF-8">
66
<title>Bloxcraft UBG - Minecraft Java Tools - Coloured Text</title>
77
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto&amp;subset=cyrillic'><link rel="stylesheet" href="./style.css">
8-
<!DOCTYPE html>
9-
<html lang="en">
10-
<head>
11-
<meta charset="UTF-8">
12-
<title>Bloxcraft UBG</title>
138
<meta name="description" content="The Unblocked Games Site For You To Play!">
149
<meta property="og:title" content="Bloxcraft UBG">
1510
<meta property="og:type" content="article">
@@ -18,6 +13,7 @@
1813
<meta property="og:image" content="/homepage_banner.png" />
1914
<meta property="og:description" content="The Unblocked Games Site You Can Play Everyday! It Also has Some Custom Games.">
2015
<meta property="og:url" content="/">
16+
<link rel="stylesheet" href="/assets/background/frame.css">
2117
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
2218
<style>
2319
body {
@@ -58,7 +54,7 @@
5854
color: #333;
5955
}
6056
body {
61-
background-color: #5555FF;
57+
background: linear-gradient(90deg, #FF6600 0%, #000000 100%);
6258
margin: 0;
6359
font-family: Arial, sans-serif;
6460
color: #fff;
@@ -75,7 +71,7 @@
7571
gtag('config', 'G-W0KXN0103E');
7672
</script>
7773
<body>
78-
74+
<iframe id="bgFrame" src="/assets/background/tools/index.html"></iframe>
7975
<div class="navbar">
8076
<a href="/">Home</a>
8177
<a href="/games">Games</a>

0 commit comments

Comments
 (0)