-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 796 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PoPLedger</title>
<meta name="description" content="A ledger for the pop culture" />
<meta name="theme-color" content="#1976d2" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="icon" href="/resources/images/logo.png" type="image/png" sizes="32x32">
<link rel="apple-touch-icon" href="/resources/images/logo.png">
<link rel="mask-icon" href="/favicon.svg" color="#1976d2">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>