splatoon3.ink/screenshots/index.html
2022-08-30 18:25:41 -07:00

14 lines
395 B
HTML

<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Splatoon3.ink</title>
</head>
<body class="h-full for-screenshots">
<div id="app"></div>
<script type="module" src="/src/screenshots.js"></script>
</body>
</html>