mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-20 07:34:28 -05:00
Add an archive data browser
This commit is contained in:
16
public/data/archive/index.html
Normal file
16
public/data/archive/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Splatoon3.ink Data Archives</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navigation"></div>
|
||||
<div id="listing"></div>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var S3BL_IGNORE_PATH = true;
|
||||
var BUCKET_URL = 'https://splatoon3ink-archive.nyc3.digitaloceanspaces.com';
|
||||
</script>
|
||||
<script type="text/javascript" src="https://rufuspollock.github.io/s3-bucket-listing/list.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user