-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 2.12 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" data-theme="hackrf">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fresh Mayhem — Mayhem Firmware Guide for PortaPack H4M + HackRF One</title>
<meta name="description" content="Interactive guide to Mayhem firmware for PortaPack H4M + HackRF One — RX/TX apps, safety, frequencies, controls, and more." />
<meta name="theme-color" content="#080808" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Fresh Mayhem — Mayhem Firmware Guide for PortaPack H4M + HackRF One" />
<meta property="og:description" content="Interactive guide to Mayhem firmware for PortaPack H4M + HackRF One — RX/TX apps, safety, frequencies, controls, and more." />
<meta property="og:url" content="https://freshmayhem.com" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Fresh Mayhem — Mayhem Firmware Guide for PortaPack H4M + HackRF One" />
<meta name="twitter:description" content="Interactive guide to Mayhem firmware for PortaPack H4M + HackRF One — covers firmware v2.3.2, RX/TX apps, safety, frequencies, and more." />
<script defer src="https://analytics.superbasic.studio/script.js" data-website-id="059ba9c6-53e0-4924-b1b3-d3b900d4f949"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body class="min-h-screen bg-base-100">
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-2 focus:left-2 focus:z-[100] focus:p-2 focus:bg-primary focus:text-primary-content focus:rounded">
Skip to main content
</a>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>