-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (93 loc) · 3.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Schwungus</title>
<link rel="canonical" href="https://schwung.us" />
<meta name="description" content="We do GameMaker and C++." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Language" content="en" />
<meta name="robots" content="index, follow" />
<link rel="preload" href="/index.css" as="style" />
<link
rel="preload"
href="/assets/Stilu-Regular.otf"
as="font"
type="font/otf"
crossorigin
/>
<link rel="preload" href="/assets/logo.webp" as="image" />
<link rel="preload" href="/assets/background.webp" as="image" />
<link
rel="preload"
href="https://cdn.simpleicons.org/github/ffffff"
as="image"
/>
<link
rel="preload"
href="https://cdn.simpleicons.org/gmail/ffffff"
as="image"
/>
<link rel="icon" type="image/x-icon" href="/assets/favicon.png" />
<link rel="stylesheet" href="/index.css" />
<script
async
src="https://umami.schwung.us/script.js"
data-website-id="583fb709-3539-4f6c-b271-b18ccb086f29"
></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "OnlineBusiness",
"name": "Schwungus",
"url": "https://schwung.us",
"description": "Guess what? It's not ready yet!",
"logo": "https://schwung.us/assets/logo_visible.webp",
"email": "mailto:contact@schwung.us"
}
</script>
</head>
<body>
<div id="bg"></div>
<div id="left-bar"></div>
<div id="right-bar"></div>
<header>
<a href="/">
<img id="logo" src="/assets/logo.webp" alt="Schwungus logo" />
</a>
</header>
<main>
<article>
<h1>We make <i>great</i> games</h1>
<p>For real!</p>
</article>
<article>
<h1>Here's some filler content</h1>
<p>For real!!!</p>
</article>
<article>
<h1>Here's even more filler content</h1>
<p>YEAHHHH!!!</p>
</article>
</main>
<footer>
<a title="Our GitHub" href="https://github.com/Schwungus">
<img
height="32"
width="32"
alt="GitHub logo"
src="https://cdn.simpleicons.org/github/ffffff"
/>
</a>
<a title="Contact us!" href="mailto:contact@schwung.us">
<img
height="32"
width="32"
alt="Gmail logo"
src="https://cdn.simpleicons.org/gmail/ffffff"
/>
</a>
</footer>
<script src="/slide-utils.js"></script>
</body>
</html>