summary refs log tree commit diff
path: root/dist/index.html
blob: ffd8c8530aab12c404004cfd2e844d17e1d4a0fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>TEMPLATE</title>
</head>

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

</html>