Files
memby/admin-ui/dist/index.html
T

24 lines
1.1 KiB
HTML
Raw Normal View History

2026-08-14 09:40:03 +12:00
<!doctype html>
<html lang="en-NZ">
<head>
<meta charset="utf-8" />
2026-08-15 09:23:26 +12:00
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
2026-08-14 09:40:03 +12:00
<!-- The console is behind an admin token and is nobody's search result. -->
<meta name="robots" content="noindex, nofollow" />
<meta name="color-scheme" content="dark" />
2026-08-15 09:23:26 +12:00
<meta name="theme-color" content="#010409" />
2026-08-14 09:40:03 +12:00
<title>Memby admin</title>
<!-- An SVG favicon, inline, because the console must fetch nothing from anywhere. -->
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2352b54b'/%3E%3Ctext x='16' y='23' font-family='system-ui,sans-serif' font-size='19' font-weight='800' text-anchor='middle' fill='%2306240a'%3EM%3C/text%3E%3C/svg%3E"
/>
2026-08-23 13:20:54 +12:00
<script type="module" crossorigin src="/admin/assets/index-D2yWw-VA.js"></script>
2026-08-15 09:23:26 +12:00
<link rel="modulepreload" crossorigin href="/admin/assets/router-D9WH5XEU.js">
2026-08-22 11:32:50 +12:00
<link rel="stylesheet" crossorigin href="/admin/assets/index-BIMcejkS.css">
2026-08-14 09:40:03 +12:00
</head>
<body>
<div id="root"></div>
</body>
</html>