blob: 38643456617b0d9bbc3addb107167e01d1d3e577 [file] [log] [blame]
simond8ca2f22022-10-11 23:30:55 -04001<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <link rel="icon" href="/favicon.png" />
6 <meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
7 <meta name="description" content="Jami Web" />
8 <title>Jami Web</title>
simonbe1b64a2022-11-04 12:49:37 -04009 <base href="/" />
simond8ca2f22022-10-11 23:30:55 -040010 </head>
11
12 <body>
13 <noscript>You need to enable JavaScript to run this app.</noscript>
14 <script type="module" src="src/index.tsx"></script>
15 <div id="root"></div>
16 </body>
17</html>