-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 977 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (26 loc) · 977 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>cryy22</title>
<link rel="shortcut icon" type="image/jpg" href="/images/favicon.ico">
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<p class="center">
<a class="bar-item header-bar-item selected-header-bar-item" href="/">cryy22 [me]</a>
<a class="bar-item header-bar-item" href="/games/gulch-guardians.html">gulch guardians</a>
</p>
<h1>hi, i'm cryy22.</h1>
<img src="/images/cryy22.jpg" class="portrait">
<p>i make games.</p>
<p>currently, i'm working on <a href="/games/gulch-guardians.html">gulch guardians</a>.</p>
<h2>linx</h2>
<p class="center">
<a class="bar-item" href="https://discord.gg/QTn9mBaEfF">discord</a>
<a class="bar-item" href="https://twitter.com/cryy22">twitter</a>
<a class="bar-item" href="https://cryy22.itch.io">itch.io</a>
<a class="bar-item" href="https://github.com/cryy22">github</a>
</p>
</body>
</html>