-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1006 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
26
27
28
29
30
<!DOCTYPE html>
<html lang="eng">
<head>
<title>ktsnv's place</title>
<meta property="og:title" content="ktsnv's place">
<meta property="og:url" content="https://ktsnv.github.io">
<meta property="og:description" content="My personal website">
<meta property="og:type" content="website">
<meta name="theme-color" content="#272744">
<meta name="description" content="My personal website">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400&display=swap">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<header>
<nav>
<a href="" class="link">Home</a>
<a href="/mirrors" class="link">Website Mirrors</a>
<a href="/app" class="link">Apps</a>
</nav>
</header>
<div id="content">
<div id="frame">
<h2>ktsnv's place</h2>
<p>Feel free to look around!</p>
</div>
</div>
</body>
</html>