aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
blob: 47f3245179b9c9daae6a0c8a51585bd3729febf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <style>
    html,
    body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
    }

    body {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  </style>
  <script src="js/app-bundle.js"></script>
  <body>
    <h1>Cool Stuff!!!</h1>
  </body>
</html>