-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
60 lines (56 loc) · 2.18 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
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./favicon.png" />
<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=Port+Lligat+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap"
rel="stylesheet"
/>
<!-- PWA -->
<meta name="theme-color" content="#2D333B" />
<link rel="apple-touch-icon" href="./images/icon-512x512.png">
<!-- Primary Meta Tags -->
<title>No Horny - Stop being horny now!</title>
<meta name="title" content="No Horny - Stop being horny now!" />
<meta
name="description"
content="This website was made to help you stop being horny."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.nohorny.ga/" />
<meta property="og:title" content="No Horny - Stop being horny now!" />
<meta
property="og:description"
content="This website was made to help you stop being horny."
/>
<meta property="og:image" content="/images/seo-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.nohorny.ga/" />
<meta property="twitter:title" content="No Horny - Stop being horny now!" />
<meta
property="twitter:description"
content="This website was made to help you stop being horny."
/>
<meta property="twitter:image" content="/images/seo-image.png" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3893965580540089"
crossorigin="anonymous"></script>
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>