-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.66 KB
/
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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>WifiRouter's Site</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<script src="/js/script.js"></script>
</head>
<body id="body">
<div class="navbar" id="nav">
<a href="/" title="Home">
<img src="/resources/icon.png" class="img"></img>
</a>
<a href="https://github.com/WifiRouterYT" title="My GitHub!" target="_blank"><img src="/resources/logogithub.png" alt="Github Logo" style="width: 20px; padding: 0px; margin-top: 16px; margin-right: 8px;" class="p"></img></a>
<a href="https://discord.gg/Pd2axtxtYB" title="My Discord server" target="_blank"><img src="/resources/logodiscord.png" alt="Github Logo" style="width: 20px; padding: 0px; margin-top: 16px; margin-right: 11px; margin-left:1px" class="p"></img></a>
<a href="/games"><p class="hover-underline-animation p">Games</p></a>
<a href="/projects"><p class="hover-underline-animation p">Projects</p></a>
<a href="/about"><p class="hover-underline-animation p">About</p></a>
</div>
<div class="content">
<h1 class="center">🚧</h1>
<h1 class="center">This site is currently under</h1>
<h1 class="center">construction.</h1>
<p class="center">Check back later!</p>
</div>
</body>
</html>