-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (23 loc) · 857 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
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>run</title>
<meta name="description" content="im in your house">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body style=background-color:black>
<nav>
<a class="current">HOME</a>
<a class="mainmenubutton" href="projects.html">PROJECTS</a>
<a class="gallerybutton" href="gallery.html">GALLERY</a>
<a class="mainmenubutton" href="eye.html" >THE EYE</a>
<a class="GITBUTTON" href=https://github.com/DelphiDv>GITHUB</a>
</nav>
</body>
<p style="font-size: 35px; color: white; text-align: center; margin-top: 60px; font-family: 'inter', sans-serif;">
What are you doing here?
</p>
</html>