-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
22 lines (21 loc) · 972 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/16.png" />
<meta name="apple-mobile-web-app-title" content="Peregrine" />
<meta name="application-name" content="Peregrine" />
<meta name="msapplication-TileColor" content="#800080" />
<meta name="theme-color" content="#800080" />
<link rel="manifest" href="/manifest.json" />
<title>Peregrine</title>
<link rel="preconnect" href="{{ apiUrl }}" />
<script type="module" src="/src/index.tsx"></script>
</head>
<body></body>
</html>