-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 786 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 786 Bytes
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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>callsign rolodex</title>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="callsign rolodex" />
<meta
property="og:description"
content="a contacts app for radio amateurs. store callsigns, DMR IDs, and more."
/>
<meta
property="og:image"
content="https://rolodex.breq.dev/opengraph.png"
/>
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/icon/512.png" />
</head>
<body class="bg-white dark:bg-black">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>