forked from CelesteClassic/tasdatabase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 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
<!DOCTYPE html>
<html>
<head>
<title>CELESTE Classic TAS Database</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="bootup">
<img src="p8logo.png"> <img src="maddy.png" style="height:1.5em"><br><br>
pico-8 0.2.0<br>
(c) 2014-20 lexaloffle games llp<br>
<br>
</div>
<div class="content">
> celeste classic tas database<br>
<hr>
Main<br />
<a href="classic/">Celeste Classic</a><br /><br />
Mods <br />
<a href="adelie">Adelie</a><br />
<a href="arielle">Arielle</a><br />
<a href="australis">Terra Australis</a><br />
<a href="everred">Everred</a><br />
<a href="impossibleste">Impossibleste</a><br />
<a href="noeleste">Noeleste</a><br />
<a href="oldsite">Old Site</a><br />
<a href="perisher">Perisher</a><br />
<br />
* Needs to be recorded<br>
** Broken TAS<br><br />
<hr>
<div>Last Update: 15/04/2020, 23:48 (UTC)</div><br>
<hr>
other useful links<br>
<a href="https://www.youtube.com/channel/UCa4880BXY1H2Jka3sD2iV7g?view_as=subscriber">The Pico Arcade YouTube Channel</a><br>
<a href="videos.html">TAS Video Directory</a><br>
<a href="https://github.com/gonengazit/UniversalClassicTas">Gonengazit's TAS Tool</a><br>
<a href="https://github.com/Akliant917/ClassicTAS">Akliant's TAS Tool</a><br>
<hr>
<a href="../">Back to Homepage</a><br>
</div>
</body>
</html>