mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-22 02:04:18 -05:00
14 lines
395 B
HTML
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>
|