mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-29 05:34:40 -05:00
18 lines
551 B
HTML
18 lines
551 B
HTML
<!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 S3B_SORT = 'A2Z';
|
|
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>
|