2020-12-22 22:35:09 +01:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" href="/style.css" />
|
2021-05-13 16:23:05 +02:00
|
|
|
<script src="https://unpkg.com/vue@3.0.11"></script>
|
2020-12-22 22:35:09 +01:00
|
|
|
<style type="text/css">
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
canvas {
|
|
|
|
|
cursor: grab;
|
|
|
|
|
}
|
2021-05-13 16:25:31 +02:00
|
|
|
canvas.loaded {
|
|
|
|
|
cursor: grab;
|
|
|
|
|
}
|
2020-12-22 22:35:09 +01:00
|
|
|
</style>
|
|
|
|
|
<title>🧩 jigsaw.hyottoko.club</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-05-01 08:59:39 +02:00
|
|
|
<div id="app"></div>
|
2020-12-22 22:35:09 +01:00
|
|
|
<script>window.GAME_ID = '{{GAME_ID}}'</script>
|
|
|
|
|
<script>window.WS_ADDRESS = '{{WS_ADDRESS}}'</script>
|
|
|
|
|
<script>window.MODE = 'replay'</script>
|
|
|
|
|
<script src="/game.js" type="module"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|