ifms-smart-cp/index.html

16 lines
396 B
HTML
Raw Permalink Normal View History

2023-10-06 14:27:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-10-19 13:25:33 +00:00
<!-- <link rel="icon" href="/favicon.ico" /> -->
<link rel="icon" href="/ti.png" />
2023-10-06 14:27:48 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-10-17 14:06:00 +00:00
<title>Captive Portal</title>
2023-10-06 14:27:48 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/web/main.ts"></script>
</body>
</html>