-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 1.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>neo-N</title>
<meta name="description" content="Calculate with ease" />
<!-- Favicon -->
<link
rel="icon"
type="image/png"
href="/favicon/favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<meta name="apple-mobile-web-app-title" content="neo-N" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<!-- Open Graph -->
<meta property="og:url" content="https://t-damer.github.io/neo-n" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="neo-n" />
<meta
property="og:image"
content="https://t-damer.github.io/neo-n/openGraph.png"
/>
<meta property="og:title" content="neo-n" />
<meta property="og:description" content="Calculate with ease" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://t-damer.github.io/neo-n" />
<meta name="twitter:title" content="neo-n" />
<meta name="twitter:description" content="Calculate with ease" />
<meta name="twitter:site" content="@True_Damer" />
<meta
name="twitter:image"
content="https://t-damer.github.io/neo-n/openGraph.png"
/>
<meta name="twitter:creator" content="@True_Damer" />
</head>
<body>
<noscript>Please, turn on JavaScript to see this page.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>