-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (29 loc) · 888 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sunmoyed | a tiny game collective</title>
<link rel="shortcut icon" type="image/png" href="./icon.png">
<link href="./main.css" rel="stylesheet">
</head>
<body>
<div class="page">
<div class="content">
<div class="container">
<img src="./icon.png">
</div>
<div class="container">
<h1><a href="https://github.com/sunmoyed">Sunmoyed</a></h1>
<h2>a tiny game collective</h2>
<p>
<a href="https://meimeisuns.github.io">alexandria</a> &
<a href="http://daiyi.co">christine</a> &
<a href="http://nlsun.com">nicholas</a>
</p>
</div>
</div>
</div>
</body>
</html>