-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
52 lines (51 loc) · 1.89 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
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>CELESTE Classic</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.5g<br>
(c) 2014-23 lexaloffle games llp<br>
<br>
</div>
<div class="content">
> celeste classic community<br>
<br>
<a href="https://discord.gg/9Dm3NCS" target="_blank">discord</a><br>
<br>
<hr>
<br>
> celeste classic
<br>
<br>
<a href="https://mattmakesgames.itch.io/celesteclassic">itch.io</a> / <a href="https://www.lexaloffle.com/bbs/?tid=2145">pico-8 bbs</a><br>
<a href="practice_mod.html">practice mod</a><br>
<a href="downloads.html">downloads</a><br>
<br>
<a href="https://speedrun.com/celestep8" target="_blank">leaderboards</a><br>
<a href="https://speedrun.com/celestep8mods" target="_blank">mod leaderboards</a><br>
<br>
<a href="https://cc-wiki.duckdns.org/wiki/" target="_blank">wiki</a><br>
<a href="/glossary/">glossary</a><br>
<a href="/gifs/">gif database</a><br>
<a href="/tasdatabase/">tas database</a><br>
<a href="/Celia-web/">tas tool (WIP)</a><br>
<br>
<hr>
<br>
> celeste classic 2: lani's trek
<br>
<br>
<a href="https://mattmakesgames.itch.io/celeste-classic-2">itch.io</a> / <a href="https://www.lexaloffle.com/bbs/?pid=86783">pico-8 bbs</a> (v1.1)<br>
<a href="cc2_practice_mod_1.0.html">v1.0 practice mod</a><br>
<a href="cc2_practice_mod_1.1.html">v1.1 practice mod</a><br>
<br>
<a href="https://speedrun.com/celeste_classic_2">leaderboards</a><br>
<a href="https://www.speedrun.com/celeste_classic_2_mods">mod leaderboards</a>
</div>
</body>
</html>