-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame_list.html
More file actions
17 lines (15 loc) · 1001 Bytes
/
game_list.html
File metadata and controls
17 lines (15 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Games</title>
<link rel="stylesheet" type="text/css" href="sfstyle.css" title="Skylar"
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed" rel="stylesheet">
</head>
<body>
<h1>Games</h1>
<h2><a href="index.html">[go home]</a></h2>
<h3><img src="images/a_pkg_del_icon.png", alt="A Package Delivered (temporary icon)" style="width:128px;height:128px;" class="center"><br>A Package Delivered</h3>
<p>You're a courier delivering a package across a county, city, country. I haven't decided the scope yet. I'm using this mainly to learn 3D in Godot for now. This idea has been floating around in my head for a fair bit, but I just never got the time to work on the actual game that much. Mostly due to procrastination. Icon is temporary.</p>
<p>Here's the <a href="https://www.patreon.com/allskyborglike">Patreon</a> link to support my work.</p>
</body>
</html>