2025-02-27 12:28:11 +00:00
|
|
|
<!doctype html>
|
2024-10-30 22:38:29 +00:00
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="description" content="Trailbase Admin Dashboard" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<meta name="theme-color" content="#000000" />
|
2025-02-27 12:28:11 +00:00
|
|
|
<meta
|
|
|
|
|
http-equiv="Content-Security-Policy"
|
2025-06-07 11:00:18 +00:00
|
|
|
content="default-src 'none'; object-src 'self' http://localhost:4000; style-src 'self' 'unsafe-inline'; media-src 'none'; frame-src 'self'; img-src 'self' data: http://localhost:4000 https://tile.openstreetmap.org; font-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; manifest-src 'self'; connect-src 'self' http://localhost:4000"
|
2025-02-27 12:28:11 +00:00
|
|
|
/>
|
2024-10-30 22:38:29 +00:00
|
|
|
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
|
|
|
|
|
|
|
|
|
|
<title>TrailBase Admin</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
|
|
|
|
<script src="/src/index.tsx" type="module"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|