-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (40 loc) · 1.47 KB
/
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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Amatl</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.php"><h2>Tny</h2></a>
<nav>
<ul class="menu">
<li><a href="about.php">About</a></li>
<li><a href="tutorial.php">Tutorial</a></li>
<li><a href="reference.php">Reference</a></li>
<li><a href="https://sr.ht/~m15o/Amatl/">Download</a></li>
<li><a href="ide.html">Web IDE</a></li>
<li><a href="launcher.php">Launcher</a></li>
<li><a href="games.php">Games</a></li>
</ul>
</nav>
</header>
<main>
<h1><img src="logo.png" alt="Amatl"></h1>
<p>Tny is a little virtual console inspired by <a href="https://100r.co/site/uxn.html">uxn</a>. It has a very limited set of <a href="reference.php#instructions">instructions</a>, 256 bytes of RAM, and a 16x16 screen. It's a fun playground to create little games and programs. Go ahead and start browsing <a href="games.php">games</a>!</p>
<section>
<h2>Changelog</h2>
<article>
<h2>2023-04-06</h2>
<p>You can now submit your games using <a href="submit.php">this form</a>.</p>
</article>
<article>
<h2>2023-03-28</h2>
<p>Website is live!</p>
</article>
</section>
<p><a href="https://journal.miso.town/atom?url=https://Amatl.m15o.net>"><img src="https://journal.miso.town/static/banner-htmlj.png"></a></p>
</main>
</body>
</html>