-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.13 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Flipper Map</title>
<meta name="description" content="A map for visualizing Flipper Zero files">
<meta name="keywords" content="Flipper, Flipper Zero, map, files, subghz, nfc, rfid">
<meta name="theme-color" content="#ff8200">
<meta name="apple-itunes-app" content="app-id=6759526315">
<meta name="msapplication-TileColor" content="#ff8200">
<meta property="og:image" content="/flipper-zero-cover.png">
<link rel="icon" sizes="192x192" href="/favicon-192.png">
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.bunny.net">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link href="https://fonts.bunny.net/css?family=Roboto:400,500|Jersey+10&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>