blob: a48485f7a8c45bbde8cbee538346f678042371db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css">
<title>SHOOT! - LCOLONQ MICROJAM 2K26-A-PALOOZA</title>
<script type="module" crossorigin src="/games/sunshoes/assets/index-DvAPfvr6.js"></script>
</head>
<body>
<div id="app">
<div id="container"></div>
</div>
</body>
</html>
|