-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
28 lines (28 loc) · 1.92 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
<!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="#000000" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://coverview.lruihao.cn/">
<meta property="og:title" content="CoverView: Creating cover images for your blogs is now super easy">
<meta property="og:description" content="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="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://coverview.lruihao.cn/">
<meta property="twitter:title" content="CoverView: Creating cover images for your blogs is now super easy">
<meta property="twitter:description" content="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="manifest" href="/manifest.json" />
<title>CoverView - Creating cover images for your blogs is now super easy</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>