summaryrefslogtreecommitdiff
path: root/public/template.html
blob: a0ede0eed15a2a53463a1c353eb12dcf12f388d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<html>
<head>
  <meta charset="utf-8">
  <title>TITLE</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>

<h1>TITLE</h1>


</body>
</html>