about summary refs log tree commit diff stats
path: root/public/index.html
blob: 6c7e561309fd8999bcd88e22b7349e79f16d93a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset='utf-8'>
    <meta name='viewport' content='width=device-width,initial-scale=1'>

    <title>Dorado</title>

    <link rel='icon' type='image/png' href='https://andinus.unfla.me/resources/favicon.png'>
    <link rel='stylesheet' href='./global.css'>
    <link rel='stylesheet' href='./build/bundle.css'>

    <script defer src='./build/bundle.js'></script>
  </head>

  <body>
  </body>
</html>