-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
58 lines (52 loc) · 1.72 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>HEJOK254</title>
<!--Google Search Engine Stuff-->
<meta name="description" content="Home page of HEJOK254's website." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "HEJOK254",
"url": "https://hejok254.github.io/home"
}
</script>
<!--Discord Embed-->
<meta content="HEJOK254 - Home" property="og:title" />
<meta content="Very much a website :)" property="og:description" />
<meta content="https://hejok254.github.io/home" property="og:url" />
<meta content="https://avatars.githubusercontent.com/u/90698026?v=4" property="og:image" />
<meta content="#151e55" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="../assets/favicons/home.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="/assets/stylesheets/navbar.css" />
<link rel="stylesheet" href="/assets/stylesheets/footer.css" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<!--Navigation bar-->
<ul>
<li><a href="" class="home">Home</a></li>
<li><a href="/games/">Games</a></li>
<li id="signature">HEJOK254</li>
<li id="github">
<a href="https://github.com/HEJOK254"
><img src="../assets/logos/github-mark-white.svg" title="My Github" alt="GitHub logo"
/></a>
</li>
</ul>
<main>
<h1>Placeholder Text</h1>
<h2>What should i put there?🤔</h2>
<br /><br /><br />
<h2>I'm working on it ;)</h2>
</main>
<footer>
<!-- It looked weird with just the legal link lol -->
<p>HEJOK254</p>
<p><a href="/legal">Legal Information</a></p>
</footer>
</body>
</html>