File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments