aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/index.html
blob: 999e69a3c8a84b9984a5b0390509032adfd48e24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Refinery</title>
  </head>
  <body>
    <noscript>
      <p>
        This application requires JavaScript to run.
      </p>
    </noscript>
    <div id="app"></div>
    <script src="./src/index.tsx" type="module"></script>
  </body>
</html>