-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 938 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 938 Bytes
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 http-equiv="refresh" content="0; url=https://moddgodd.github.io/homepage">
<link rel="stylesheet" href="css/homepage.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans&display=swap');
</style>
<style type="text/css"></style>
</head>
<body>
<div class="navbar">
<div id="navbar-left-title">ModdGodd's Website</div>
<div class="navbar-options">
<div class="navbar-item"><a class="active" href="/home">Home</a></div>
<div class="navbar-item"><a href="/news">News</a></div>
<div class="navbar-item"><a href="/contact">Contact</a></div>
<div class="navbar-item"><a href="/about">About</a></div>
</div>
</div>
<div style="padding: 20px;margin-top:30px;background-color:#c7c7c7;height:1500px;">
</div> </div>
</body>
</html>