summaryrefslogtreecommitdiffstats
path: root/templates/games/rms.html.template
blob: d6efdad3a75f97a8113f4d5b7273aa0681d83d69 (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}}