aboutsummaryrefslogtreecommitdiff
path: root/resources/src/index.html
blob: f4e66329a3509e965eb8e6578fa3e01bc82289e4 (plain)
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" />
    <link rel="stylesheet" href="/styles/index.css" />
    <link href="/icons/tubo.svg" rel="icon" type="image/svg+xml" />
    <title>Tubo</title>
  </head>
  <body>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <div id="app"></div>
    <script src="/js/main.js" type="text/javascript"></script>
  </body>
</html>