mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
23 lines
621 B
HTML
23 lines
621 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Splatoon3.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.splatoon3.ink';
|
|
var S3B_ROOT_DIR = 'data';
|
|
var BUCKET_WEBSITE_URL = 'https://splatoon3.ink';
|
|
</script>
|
|
<script type="text/javascript" src="https://rufuspollock.github.io/s3-bucket-listing/list.js"></script>
|
|
</body>
|
|
|
|
</html>
|