generated from suren-atoyan/react-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (53 loc) · 1.89 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privatefunction</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- https://web.dev/uses-rel-preconnect -->
<link rel="preconnect" href="https://storage.googleapis.com">
<meta name="description" content="Helmut has a website about Tech, Digital, Music and maby more">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<meta name="keywords" content="react, pwa, boilerplate, template" />
<meta
name="description"
content="Helmut has a website about Tech, Digital, Music and much more"
data-react-helmet="true"
/>
<meta
property="og:title"
content="Privatefunction.net | Code, Tech & Music"
data-react-helmet="true"
>
<meta
property="og:description"
content="Helmut has a website about Tech, Digital, Music and much more"
data-react-helmet="true"
>
<meta
property="og:url"
content="https://privatefunction.net"
data-react-helmet="true"
>
<meta
property="og:image"
content="https://privatefunction.net/cover.png"
data-react-helmet="true"
/>
<meta
name="twitter:card"
content="summary"
data-react-helmet="true"
/>
<!-- https://web.dev/defer-non-critical-css/ -->
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>