Add data directory listing
Some checks failed
Deploy / deploy-frontend (push) Has been cancelled
Deploy / deploy-backend (push) Has been cancelled

This commit is contained in:
Matt Isenhower 2024-11-16 21:51:58 -08:00
parent 0f3ead5ec2
commit 73aadd0c0a

22
public/data/index.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Splatoon2.ink Data</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://s3-data.splatoon2.ink';
var S3B_ROOT_DIR = 'data';
var BUCKET_WEBSITE_URL = 'https://splatoon2.ink';
</script>
<script type="text/javascript" src="https://rufuspollock.github.io/s3-bucket-listing/list.js"></script>
</body>
</html>