-
Notifications
You must be signed in to change notification settings - Fork 805
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.43 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.43 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
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Logoly.Pro lets you create parody Pornhub-style logos with custom colors and export them as crisp PNG or SVG files for your next meme, presentation, or stream overlay."
/>
<link rel="canonical" href="https://logoly.pro/" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="google-adsense-account" content="ca-pub-9877802927933140">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#050505" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Logoly.Pro" />
<meta property="og:title" content="Logoly.Pro — A creative Logo Generator" />
<meta
property="og:description"
content="Craft instantly recognizable Pornhub-style parody logos online, tweak fonts/colors interactively, then export share-ready assets."
/>
<meta property="og:url" content="https://logoly.pro/" />
<meta property="og:image" content="https://logoly.pro/social-share.png" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Logoly.Pro — A creative Logo Generator" />
<meta
name="twitter:description"
content="Create Pornhub-style parody logos with Logoly.Pro and export them instantly as PNG or SVG."
/>
<meta name="twitter:site" content="@xiqingongzi" />
<meta name="twitter:image" content="https://logoly.pro/social-share.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script
data-cfasync="false"
defer
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9877802927933140"
crossorigin="anonymous"
></script>
<title>Logoly.Pro —— A creative Logo Generator</title>
</head>
<body>
<noscript>
<strong
>We're sorry but logoly doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>