aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/index.html
blob: f404aa8a14a4c83fc4aa6b37858b5e86feca5841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>
  </body>
</html>