-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 2.06 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 2.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/img/icons/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Welcome to GradientCraft - Create Stunning Gradients, explore a Vast Collection, and Copy as CSS Code. Unleash Your Creativity with the Ultimate Gradient Generator and Editor. Discover an Array of Mesmerizing Gradients for Your Designs. Start Crafting Now!">
<title>GradientCraft - Create Stunning Gradients, explore a Vast Collection, and Copy as CSS </title>
<meta property="og:type" content="website">
<meta property="og:title" content="GradientCraft - Create Gradients, explore a Vast Collection, and Copy as CSS ">
<meta property="og:site_name" content="GradientCraft - Create Gradients">
<meta property="og:description"
content="Unleash Your Creativity with GradientCraft - The Ultimate Gradient Generator and Editor. Discover a Vast Collection of Stunning Gradients for Your Designs. Start Crafting Now!">
<meta property="og:image" content="/src/assets/img/home-social-share-lockup.jpg">
<meta property="og:image:width" content="1695">
<meta property="og:image:height" content="715">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#100000">
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" />
<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=Alexandria&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>