-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
22 lines (22 loc) · 986 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link rel="stylesheet" href="CSS/index.css">
<link rel="stylesheet" href="CSS/navbar.css">
</head>
<body>
<div class="navbar">
<a class="current" href="">Home</a>
<a href="discord.html">Discord</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
<a href="Bypass.html">gucci shit fam</a>
</div>
<div class="content">
<center>
<div class="div1"><h1>Hello! Welcome to my site!</h1></div>
<div class="p1"><p>Feel free to have a look around, I know it's not really much but it's worth a shot on trying to make a fully functioning site without any JavaScript at all.</p></div>
</center>
</div>
</body>
</html>
<!--I see you're looking into the terribly made HTML and CSS for this project! Well it's something, a start, as I continue to learn HTML and CSS.!-->