myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

index.html (741B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <link rel="icon" type="image/x-icon" href="/favicon.ico" />
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      7     <link rel="apple-touch-icon" href="/logo192.png" />
      8     <!--
      9       manifest.json provides metadata used when your web app is installed on a
     10       user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
     11     -->
     12     <link rel="manifest" href="/manifest.json" />
     13     <title>My Heats</title>
     14   </head>
     15   <body>
     16     <noscript>You need to enable JavaScript to run this app.</noscript>
     17     <div id="root"></div>
     18     <script type="module" src="/src/main.jsx"></script>
     19   </body>
     20 </html>