-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·37 lines (35 loc) · 1.38 KB
/
index.html
File metadata and controls
executable file
·37 lines (35 loc) · 1.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Substep Games</title>
<link rel="shortcut icon" type="image/ico" href="/asset/favicon.ico" />
<meta property="og:title" content="Substep Games" />
<meta property="og:url" content="https://substepgames.com" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href='./index.css' />
</head>
<body>
<main>
<header>
<h1>Substep Games</h1>
<p>Games for everyone</p>
</header>
<section></section>
<footer>
<img class="logo" src="asset/substepgames_logo.svg">
<div class="links">
<a href="https://github.com/substepgames">github</a>
<div class="delimiter"></div>
<a href="https://discord.gg/wtcZ5q5zHN">discord</a>
<div class="delimiter"></div>
<a href="mailto:me@substepgames.com">me@substepgames.com</a>
<div class="delimiter"></div>
<p class="tm">Substep Games™ 2025-2025</p>
</div>
</footer>
</main>
<script type="text/javascript" src="index.js"></script>
</body>
</html>