-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new category any to sanstitre (automated)
- Loading branch information
gonengazit
committed
Dec 21, 2024
1 parent
a34f8b1
commit 8fb33bc
Showing
3 changed files
with
93 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!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"> | ||
> load sanstitre.p8<br /> | ||
<div style="color: #C2C3C7;">loaded sanstitre.p8 (26589 chars)</div> | ||
> category = {'Any%', <div id="fulltime"></div>} | ||
<hr> | ||
<a href="../">../</a><br> | ||
<table id="databaseTable" width="20%"> | ||
|
||
</table> | ||
<br> | ||
<a href="FullSanstitreAny.zip" download>Complete Download</a> | ||
</div> | ||
<script src="../../database.js" defer></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,40 @@ | ||
<!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"> | ||
> load sanstitre.p8<br /> | ||
<div style="color: #C2C3C7;">loaded sanstitre.p8 (26589 chars)</div> | ||
<hr> | ||
<a href="../">../</a><br> | ||
<br> | ||
</div> | ||
</body> | ||
<head> | ||
<title> | ||
CELESTE Classic TAS Database | ||
</title> | ||
<link href="../styles.css" rel="stylesheet"/> | ||
<link href="../favicon.ico" rel="shortcut icon" 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"> | ||
> load sanstitre.p8 | ||
<br/> | ||
<div style="color: #C2C3C7;"> | ||
loaded sanstitre.p8 (26589 chars) | ||
</div> | ||
<hr/> | ||
<a href="../"> | ||
../ | ||
</a> | ||
<br/> | ||
<a href="any"> | ||
Any% | ||
</a> | ||
<br/> | ||
<br/> | ||
</div> | ||
</body> | ||
</html> |