-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.18 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.18 KB
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
34
<!doctype html>
<html lang="en">
<head>
<title>koeia</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="main.js" rel="script" type="text/js" />
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicon_io/favicon-16x16.png" />
<link rel="manifest" href="/resources/favicon_io/site.webmanifest" />
</head>
<div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="aboutme.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li id="admin-log"><a href="https://dev.koeia.me">Login</a></li>
</ul>
</nav>
<main>
<h1 class="indexh1">hello there!</h1>
<div class="gif">
<embed src="./resources/zero-two-37-3661112070.gif" type="image/gif" width="300px" />
</div>
</main>
<footer>
<a href="https://github.com/Koeia"><img src="./resources/github.png" alt="GitHub Logo" /></a>
</footer>
</div>
</html>