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

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

		<section>
			<canvas id="canvas" width="800" height="600"></canvas>
		</section>
{{- end}}