Skip to content

Commit 869a3d5

Browse files
authored
Update index.html
1 parent 9d3b1a2 commit 869a3d5

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Bloxcraft UBG</title>
6+
<style>
7+
body {
8+
margin: 0;
9+
font-family: Arial, sans-serif;
10+
}
11+
12+
.navbar {
13+
background-color: #000;
14+
overflow: hidden;
15+
padding: 10px 20px;
16+
}
17+
18+
.navbar a {
19+
float: left;
20+
color: #fff;
21+
text-align: center;
22+
padding: 10px 16px;
23+
text-decoration: none;
24+
font-size: 17px;
25+
transition: background 0.3s;
26+
}
27+
28+
.navbar a:hover {
29+
background-color: #444;
30+
}
31+
</style>
32+
</head>
33+
<body>
34+
35+
<div class="navbar">
36+
<a href="/home">Home</a>
37+
<a href="/games">Games</a>
38+
<a href="https://discord.gg/a65hcbpfct">Discord Server</a>
39+
<a href="https://docs.google.com/document/d/1UC3Eo6UoPCVlq1SiOFEj0HahQGPqqbadXSho5NKHbQU/edit?tab=t.0">Bloxcraft Unblocked Games List</a>
40+
</div>
41+
42+
</body>
43+
</html>

0 commit comments

Comments
 (0)