-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 832 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>
<title>:D</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<div class="button header"><a href="phone" class="button header">phone stuff</a></div>
<div class="button header"><a href="dev" class="button header">brandon's coding stuff</a></div>
<div class="button header"><a href="http://www.google.com" class="button header">gay</a></div>
<div class="button header"><a href="http://www.google.com" class="button header">gay</a></div>
<div class="button header"><a href="http://www.google.com" class="button header">gay</a></div>
</div>
<div class="content">
<center>
<h1>help me jesus</h1>
</center>
</div>
</body>
</html>