mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Add an archive data browser
This commit is contained in:
parent
f88538a798
commit
3e383eeb40
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>
|
||||
Loading…
Reference in New Issue
Block a user