-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Convert CSS units effortlessly.">
<meta name="author" content="zshaian">
<meta name="keywords" content="CSS, Units Conversion, px to em,px to rem,px to %, CSS Units Playground">
<meta name="robots" content="index, follow">
<meta property="og:title" content="CSS Units Playground">
<meta property="og:description" content="Convert CSS units effortlessly.">
<meta property="og:site_name" content="CSS Units Playground" />
<meta property="og:image" content="/large-og-image.png">
<meta property="og:url" content="https://cssunitsplayground.netlify.app">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CSS Units Playground">
<meta name="twitter:description" content="Convert CSS units effortlessly.">
<meta name="google-site-verification" content="h__uIVxTI4AdFeWIOcEu5TeS-hTm34bg5SumARQoBJE" />
<meta name="theme-color" content="#111111">
<title>CSS Units Playground</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>