-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.76 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.76 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="robots" content="index, follow">
<title>Cssville - The most simple utility-first CSS framework</title>
<meta name="description" content="Enhance your UI with ready-to-use CSS utility classes"/>
<meta property="og:title" content="Cssville - The most simple utility-first CSS framework" />
<meta property="og:site_name" content="Cssville" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://cssville.xyz" />
<meta property="og:image" content="https://cssville.xyz" />
<meta property="og:description" content="Enhance your UI with ready-to-use CSS utility classes" />
<meta name="twitter:title" content="Cssville - The most simple utility-first CSS framework"/>
<meta name="twitter:description" content="Enhance your UI with ready-to-use CSS utility classes"/>
<meta name="twitter:image" content="https://cssville.xyz"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="keywords" content="CSS utility-first framework" />
<link rel="stylesheet" type="text/css" href="cssville-ui.bundle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body class="pad-0 mar-0">
<div id="root"></div>
<script src="web.bundle.js"></script>
</body>
</html>