-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta 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>CSS Cheater - Free CSS, HTML, Tailwind & React Code for Web Designers</title>
<meta name='title' content="CSS Cheater - Free CSS, HTML, Tailwind & React Code for Web Designers"/>
<meta name='description' content="A React project detailing some of my favourite web elements that I have found or created. CSS, HTML, React and Tailwind."/>
<meta name='author' content="Oliver Smith"/>
<meta name='keywords' content='Web design elements, CSS, HTML, Tailwind, React, Website templates, Free CSS and HTML'/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://css-cheater.onrender.com/" />
<meta property="og:title" content="CSS Cheater - Free CSS, HTML, Tailwind & React Code for Web Designers" />
<meta property="og:description" content="A React project detailing some of my favourite web elements that I have found or created. CSS, HTML, React and Tailwind." />
<meta property="og:image" content="https://css-cheater.onrender.com/css-cheater-og-image.jpg" />
<meta name="twitter:card" content={twitterCard.cardType} />
<meta property="twitter:url" content="https://css-cheater.onrender.com/" />
<meta name="twitter:title" content="CSS Cheater - Free CSS, HTML, Tailwind & React Code for Web Designers" />
<meta name="twitter:description" content="A React project detailing some of my favourite web elements that I have found or created. CSS, HTML, React and Tailwind." />
<meta name="twitter:image" content="https://css-cheater.onrender.com/css-cheater-og-image.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>