-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (95 loc) · 4.33 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://analytics.ahrefs.com/analytics.js" data-key="VAxZjOClE6MbeM9/nEp5OA" async></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FRDTDV33Z6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FRDTDV33Z6');
</script>
<meta charset="utf-8">
<link rel="preconnect" href="https://umami.fiddl.animus.is">
<script defer src="https://umami.fiddl.animus.is/script.js"
data-website-id="a6295092-8b12-42b8-ab4c-de684673248d"></script>
<!-- <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> -->
<link rel="canonical" href="https://fiddl.art" id="canonical-link">
<title>FiddlArt</title>
<meta name="description" content="Create and earn with generative art.">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="index, follow">
<meta name="keywords" content="generative art, create art, earn with art, FiddlArt">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "FiddlArt",
"url": "https://fiddl.art",
"logo": "https://fiddl.art/fiddlLogo.svg",
"sameAs": [
"https://www.facebook.com/fiddlart",
"https://twitter.com/fiddlart",
"https://www.instagram.com/fiddlart",
"https://www.linkedin.com/company/fiddl-art",
"https://t.me/fiddlart"
]
}
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Fiddl.art">
<meta property="og:description" content="Create and earn with generative art.">
<meta property="og:image" content="https://fiddl.art/fiddlSocialCard.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:title" content="Fiddl.art">
<meta property="twitter:description" content="Create and earn with generative art.">
<meta property="twitter:image" content="https://fiddl.art/fiddlSocialCard.jpg">
<meta name="twitter:site" content="@fiddlart">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="128x128" href="icons/favicon-128x128.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<script>
function clearDOMAndStylesBasedOnRoute() {
const currentPath = window.location.pathname;
if (currentPath !== '/') {
document.body.innerHTML = '';
// const head = document.head;
// const stylesAndLinks = head.querySelectorAll('style, link[rel="stylesheet"]');
// stylesAndLinks.forEach(element => element.remove());
}
}
clearDOMAndStylesBasedOnRoute();
</script>
<h1 style="display:none;">Welcome to FiddlArt - Create and Earn with Generative Art</h1>
<h2 style="display:none;">Explore generative art with FiddlArt, where creativity meets opportunity. Join our community
to create, share, and earn from your unique art pieces.</h2>
<p style="display:none;">Fiddl.Art is about turning your imagination into creative works without the need for
complicated techniques or tools. By
simply describing what you envision, you can bring fresh ideas to life in a fun, accessible environment. Our goal is
to
lower the barriers to creative expression, so anyone can explore their own artistic potential and share it with the
world.
</p>
<div style="display:none;">
<a href="/create">Turn your ideas into beautiful creations</a>
<a href="/faceForge">Face Forge: Train an AI model using your own images</a>
<a href="/browse">Browse and search public creations</a>
<a href="/addPoints">Purchase Fiddl Points</a>
<a href="/login">Login to your account</a>
<a href="/tos">Terms of Service</a>
<a href="/blog">Blog</a>
</div>
<!-- quasar:entry-point -->
</body>
</html>