forked from rutikwankhade/CoverView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (46 loc) · 2.84 KB
/
Copy pathindex.html
File metadata and controls
54 lines (46 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#FFF9F1" />
<title>Advanced CoverView — create beautiful cover images for your blog in seconds</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta property="og:type" content="website">
<meta property="og:url" content="https://cover.soumendrak.com">
<meta property="og:title" content="Advanced CoverView: Creating cover images for your blogs is now super easy">
<meta property="og:description" content="Advanced CoverView is an open-source tool to create cover images for your blogs quickly and easily. Customize with different themes, colors, fonts and more.">
<meta property="og:image"
content="https://user-images.githubusercontent.com/47467468/180610249-d24b4ffa-e059-4678-8788-5795498b168c.png">
<meta name="description" content="Advanced CoverView is an open-source tool to create cover images for your blogs quickly and easily. Customize with different themes, colors, fonts and more." />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://cover.soumendrak.com">
<meta property="twitter:title" content="Advanced CoverView: Creating cover images for your blogs is now super easy">
<meta property="twitter:description" content="Advanced CoverView is an open-source tool to create cover images for your blogs quickly and easily. Customize with different themes, colors, fonts and more.">
<meta property="twitter:image"
content="https://user-images.githubusercontent.com/47467468/180610249-d24b4ffa-e059-4678-8788-5795498b168c.png">
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css" crossorigin="anonymous">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=Anek+Latin:wght@400;500;600;700&display=swap?" rel="stylesheet" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet" crossorigin="anonymous">
<script
src="https://rybbit.ekathi.com/api/script.js"
data-site-id="3"
data-session-replay="true"
data-track-errors="true"
defer
></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>