github.com/simpleiot/simpleiot@v0.18.3/frontend/public/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="UTF-8" />
     5      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     6      <meta http-equiv="X-UA-Compatible" content="ie=edge" />
     7      <title>our-elm-spa</title>
     8      <link rel="stylesheet" href="styles.css" />
     9      <link rel="icon" type="image/png" href="/favicon.png">
    10    </head>
    11    <body>
    12    <script src="/dist/elm.js"></script>
    13    <script src="/main.js"></script>
    14    </body>
    15  </html>