-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
50 lines (41 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LGBTQ+ Pride Profile Picture Overlay Generator (LPPPOG)</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1BCZMK7YVB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1BCZMK7YVB');
</script>
<meta name="author" content="HIHIQY1">
<meta name="description" content="Easily create your own LGBTQ+ profile picture!">
<meta name="keywords"
content="lgbt, lgbtq, lgbtq+, profile picture, profile, picture, generator, create your own, create, make, easy, pride, pride flag, flag">
<meta name="theme-color" content="#00e6a4">
<meta property="og:title" content="LGBTQ+ Pride Profile Picture Overlay Generator">
<meta property="og:type" content="website">
<meta property="og:description" content="Easily create your own LGBTQ+ profile picture!">
<meta property="og:image" content="https://pride-pfp.xyz/assets/icon256.png">
<meta class="meta-image-width" property="og:image:width" content="256">
<meta class="meta-image-height" property="og:image:height" content="256">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@HIHIQY1">
<meta property="twitter:creator" content="@HIHIQY1">
<meta property="twitter:title" content="LGBTQ+ Pride Profile Picture Overlay Generator">
<meta property="twitter:description" content="Easily create your own LGBTQ+ profile picture!">
<meta property="twitter:image" content="https://pride-pfp.xyz/assets/icon256.png">
<link rel="canonical" href="https://pride-pfp.xyz/">
<link rel="icon" sizes="100x100" href="src/assets/icon.svg">
</head>
<body style="margin: 0;
font-family: Roboto, Arial, sans-serif, monospace;
box-sizing: border-box;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>