aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 32f4bc7413435fef75af119039c94427b95fc80f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="fr">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Shoot</title>
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">

<canvas></canvas>

<script src="main.js"></script>