49 lines
1.2 KiB
HTML
49 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
Monitor The Situation Dashboard
|
|
Author(s): © AngelaMos, CarterPerez-dev
|
|
-->
|
|
<meta charset="UTF-8" />
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/assets/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
type="image/png"
|
|
href="/assets/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/site.webmanifest"
|
|
/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"
|
|
/>
|
|
<meta name="color-scheme" content="dark" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-title" content="MONITOR" />
|
|
<title>I glow in the dark</title>
|
|
<meta
|
|
name="description"
|
|
content="The CIA loves to see me doing well — It's not psychosis if you're thriving"
|
|
/>
|
|
<meta
|
|
name="author"
|
|
content=" ©AngelaMos | 2026 | CarterPerez-dev"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.tsx"
|
|
></script>
|
|
</body>
|
|
</html>
|