about summary refs log tree commit diff stats
path: root/js/seed/index.html
blob: 08bdd0e354695b03aa64f817e0ba0e6ec7360022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Starter Kit</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <main>
    <div id="app"></div>
  </main>
  <script type="module" src="src/app.js"></script>
</body>
</html>