changemaker.lite/admin/index.html

20 lines
847 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Changemaker Lite</title>
<!-- Default OG meta tags (overridden by nginx bot detection → /api/og/* for specific pages) -->
<meta property="og:title" content="Changemaker Lite" />
<meta property="og:description" content="Take action. Make a difference." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Changemaker Lite" />
<meta name="twitter:description" content="Take action. Make a difference." />
</head>
<body style="margin:0;background:#1a1025">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>