-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.35 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fontfave - Progressive Font Selector Tool</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png?v=3">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png?v=3">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-chrome-192x192.png?v=3">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png?v=3">
<link rel="manifest" href="/favicons/site.webmanifest?v=3">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg?v=3" color="#3165dc">
<link rel="shortcut icon" href="/favicons/favicon.ico?v=3">
<meta name="apple-mobile-web-app-title" content="fontfave">
<meta name="application-name" content="fontfave">
<meta name="msapplication-TileColor" content="#3165dc">
<meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png?v=3">
<meta name="msapplication-config" content="/favicons/browserconfig.xml?v=3">
<meta name="theme-color" content="#3165dc">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>