Files
Stalwart-webui/index.html
T
gawells 8804c944ce
Build and Release / build (push) Successful in 10m19s
Build and Release / Cleanup failed release (push) Skipped
Build and Release / Publish release (push) Failing after 4s
change upstream
2026-08-03 14:08:20 -04:00

20 lines
539 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<base href="/" />
<link rel="icon" type="image/svg+xml" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#09090b" media="(prefers-color-scheme: dark)" />
<title>Stalwart WebUI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>