-
Notifications
You must be signed in to change notification settings - Fork 309
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 2.19 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 2.19 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#dadada">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Your keyboard's best friend" />
<meta data-react-helmet="true" property="og:image" content="/android-chrome-512x512.png">
<meta data-react-helmet="true" property="twitter:image" content="https://usevia.app/images/chippy.png">
<meta data-react-helmet="true" http-equiv="x-ua-compatible" content="ie=edge">
<meta data-react-helmet="true" property="og:title" content="VIA">
<meta data-react-helmet="true" name="description" content="Your keyboard's best friend">
<meta data-react-helmet="true" property="og:description" content="Your keyboard's best friend">
<meta data-react-helmet="true" name="twitter:card" content="summary">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500&family=Fira+Sans:wght@300;400&display=swap"
rel="stylesheet">
<title>VIA</title>
<script id="definition_hash" data-hash=<%-hash%>></script>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>