-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 724 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (21 loc) · 724 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>I am Mr Rooks</h1>
<p>Games, code, cool stuff</p>
<p>
Github links for the things I'm trying out:
</p>
<a href="https://feelsfeels.github.io/foodle/index.html">Foodle</a>
<p>My daily food guessing game</p>
<a href="https://feelsfeels.github.io/invisiclick/">Invisiclick</a>
<p>Copy of Joe Zeng's Shinzo count. One of the first projects I tried when I was learning js.</p>
<a href="https://feelsfeels.github.io/FeelsEmuGB/">FeelsEmuGB</a>
<p>Gameboy emulator.</p>
</body>
</html>