summaryrefslogtreecommitdiffstats
path: root/templates/games/rms.html.template
blob: ba008242778af60f3f163d902315d0aa8a71808e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{define "head"}}
	<title>RMS shooter</title>
	<script src="/static/games/rms/rms.js" defer></script>
{{end}}

<img id="sprite-sheet" src="/static/games/rms/sprite-sheet.webp" hidden>

<section>
	<canvas id="canvas" width="800" height="600"></canvas>
</section>