source: frontend/index.html@ 700e2f9

main
Last change on this file since 700e2f9 was 700e2f9, checked in by 186079 <matej.milevski@…>, 5 days ago

Init

  • Property mode set to 100644
File size: 480 bytes
Line 
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" />
6 <meta name="theme-color" content="#000000" />
7 <link rel="icon" type="image/png" href="/assets/icare.png" />
8 <title>iCare</title>
9 </head>
10 <body>
11 <noscript>You need to enable JavaScript to run this app.</noscript>
12 <div id="root"></div>
13
14 <script src="/src/index.tsx" type="module"></script>
15 </body>
16</html>
Note: See TracBrowser for help on using the repository browser.