-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<meta name="description" content="klof44's Website | Contacts, Socials, Links">
<title>klof44</title>
<link rel="stylesheet" href="/static/style/home.css">
<link rel="stylesheet" href="/static/style/common.css">
<link rel="icon" type="image/png" href="/static/img/favicon.png">
<meta property="og:title" content="klof44">
<meta property="og:description" content="klof44's Website">
<meta property="og:image" content="https://klof44.ca/static/img/pfp.png">
</head>
<body>
<div id="background-container">
<div id="background"></div>
</div>
<div class="center">
<img id="pfp" src="/static/img/favicon.png" alt="pfp">
<p>klof44</p>
</div>
<div class="contact">
<span><a href="mailto:klof4four@gmail.com"><img src="/static/img/email.png" height="30" alt="email"><p>klof4four@gmail.com</p></a></span>
<span><a href="https://github.com/klof44" target="_blank"><img src="/static/img/GitHub.svg" height="30" alt="GitHub">klof44</a></span>
<span><img src="/static/img/Discord.png" width="30"><p>klof44</p></span>
</div>
</body>
</html>