60 lines
1.7 KiB
HTML
60 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
Hive Honeypot Network
|
|
Author(s): © AngelaMos, CarterPerez-dev
|
|
-->
|
|
<meta charset="UTF-8" />
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/assets/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
type="image/png"
|
|
href="/assets/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/site.webmanifest"
|
|
/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://unpkg.com https://fonts.googleapis.com; img-src 'self' data: blob: https://*.basemaps.cartocdn.com https://*.tile.openstreetmap.org; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws: wss:; form-action 'self'; worker-src 'self' blob:;"
|
|
/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap"
|
|
/>
|
|
<title>Hive - Honeypot Dashboard</title>
|
|
<meta
|
|
name="description"
|
|
content="*Cracked*"
|
|
/>
|
|
<meta
|
|
name="author"
|
|
content="©AngelaMos | 2026 | CarterPerez-dev"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
|
crossorigin=""
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.tsx"
|
|
></script>
|
|
</body>
|
|
</html>
|