aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 1ed4d75b1cd2132050bd03e481c44ab01e593a74 (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>Tabata Timer</title>
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">

<body></body>

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