-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.56 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Noice - Noice helps generate SVG filters for noise textures.</title>
<meta name="title" content="Noice - Noice helps generate SVG filters for noise textures.">
<meta name="description" content="Noice helps generate SVG filters for noise textures.">
<meta name="keywords" content="noise, texture, svg, css, filters">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://noice.vercel.app/">
<meta property="og:title" content="Noice - Noice helps generate SVG filters for noise textures.">
<meta property="og:description" content="Noice helps generate SVG filters for noise textures.">
<meta property="og:image" content="https://noice.vercel.app/og.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://noice.vercel.app/">
<meta property="twitter:title" content="Noice - Noice helps generate SVG filters for noise textures.">
<meta property="twitter:description" content="Noice helps generate SVG filters for noise textures.">
<meta property="twitter:image" content="https://noice.vercel.app/og.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>