-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Explore the comprehensive Tailwind CSS cheat sheet by Atakan Tepe, providing quick and easy to use access to all classes, properties for efficient web development. Perfect for developers using Tailwind CSS"
/>
<meta name="keywords" content="Tailwind CSS, cheat sheet, Atakan Tepe, Tailwind CSS classes, Tailwind properties, web development, React, Vite, CSS framework, front-end development" />
<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:[email protected]&display=swap" rel="stylesheet" />
<meta property="og:title" content="Tailwind CSS Cheat Sheet" />
<meta property="og:description" content="Explore the comprehensive Tailwind CSS cheat sheet by Atakan Tepe, providing quick and easy to use access to all classes, properties for efficient web development. Perfect for developers using Tailwind CSS" />
<meta property="og:image" content="https://www.atakantepe.com/tailwind-cheat-sheet/preview.png" />
<meta property="og:url" content="https://www.atakantepe.com/tailwind-cheat-sheet" />
<title>Tailwind CSS Cheat Sheet</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>