main
html 22 lines 744 Bytes
Raw
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta name="robots" content="noindex, nofollow" />
5
6 <meta charset="UTF-8" />
7 <link rel="icon" href="/favicon.ico" />
8 <meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width, height=device-height" />
9 <meta name="mobile-web-app-capable" content="yes" />
10 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
11 <meta name="apple-mobile-web-app-title" content="SOCFortress CoPilot" />
12 <meta name="apple-touch-fullscreen" content="yes" />
13 <meta name="HandheldFriendly" content="true" />
14
15 <title>SOCFortress CoPilot</title>
16 </head>
17
18 <body>
19 <div id="app"></div>
20 <script type="module" src="/src/main.ts"></script>
21 </body>
22 </html>