-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>trollm8's site</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<meta property="og:title" content="trollm8's site">
<meta property="og:description" content="this is just an about me website.">
<meta property="og:image" content="https://trollm8.is-a.dev/images/avatar.png">
<meta property="og:url" content="https://trollm8.xyz">
<meta property="og:type" content="website">
</head>
<body>
<div class="stars"></div>
<div class="twinkling"></div>
<div class="blurred-bar">
<img src="/images/avatar.png" alt="Avatar" class="avatar">
<a href="socials.html" class="social-link">socials</a>
<a href="projects.html" class="subdomains">projects</a>
<a href="changelog.html" class="subdomains">changelog</a>
</div>
<div class="center-text">
<h1>trollm8</h1>
</div>
<h1>
<script src="scripts.js"></script>
</body>
</html>