refactor(ui): refine application title
[e-mobility-charging-stations-simulator.git] / ui / web / index.html
CommitLineData
f3095697 1<!doctype html>
01ff4231
JB
2<html lang="">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1.0" />
6 <link rel="icon" href="/favicon.ico" />
d46a3f6b 7 <title>Simulator Web UI</title>
01ff4231
JB
8 </head>
9
10 <body>
11 <noscript>
12 <strong>
13 We're sorry but this application doesn't work properly without JavaScript enabled. Please
14 enable it to continue.
15 </strong>
16 </noscript>
17 <div id="app"></div>
18 <script type="module" src="/src/main.ts"></script>
19 </body>
20</html>