15 lines
499 B
HTML
15 lines
499 B
HTML
<!doctype html>
|
|
<html data-external-admin-theme="black-gold" dir="ltr" lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta name="theme-color" content="#0d0d11" />
|
|
<title>External Admin</title>
|
|
<style>html { background: #0d0d11; }</style>
|
|
</head>
|
|
<body>
|
|
<div id="external-admin-root"></div>
|
|
<script type="module" src="/external-admin/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|