generated from dvcol/svelte-lib-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.98 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon.png" sizes="192x192">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Neo Svelte | Modern UI library for Svelte 5</title>
<meta name="description" content="A modern UI library for Svelte 5, designed to bring a sleek, soft, and futuristic look to web applications with neumorphism and glassmorphism design elements.">
<!-- Open Graph meta tags -->
<meta property="og:type" content="article" />
<meta id="og-title" property="og:title" content="Neo Svelte | Modern UI library for Svelte 5" />
<meta id="og-description" property="og:description" content="A modern UI library for Svelte 5, designed to bring a sleek, soft, and futuristic look to web applications with neumorphism and glassmorphism design elements." />
<meta id="og-image" property="og:image" content="https://dvcol.github.io/neo-svelte/img.png" />
<meta id="og-url" property="og:url" content="https://dvcol.github.io/neo-svelte" />
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="Svelte Simple Router" />
<meta id="tw-title" name="twitter:title" content="Neo Svelte | Modern UI library for Svelte 5" />
<meta id="tw-description" name="twitter:description" content="A modern UI library for Svelte 5, designed to bring a sleek, soft, and futuristic look to web applications with neumorphism and glassmorphism design elements." />
<meta id="tw-image" name="twitter:image" content="https://dvcol.github.io/neo-svelte/img.png" />
<meta name="twitter:creator" content="@Dinh_Van" />
<meta name="twitter:site" content="@Dinh_Van" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./demo/main.ts"></script>
</body>
</html>
<style>
#app {
display: flex;
align-items: center;
justify-content: center;
min-height: 100dvh;
}
</style>