Skip to content

Commit

Permalink
Add 404.html page with metadata and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UretzkyZvi committed Dec 30, 2023
1 parent c539d4f commit 24ff8c9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A sophisticated library of React Tailwind components designed for experienced full-stack developers. Our components are easily reusable and customizable, allowing you to quickly integrate and adapt them to your project needs."
/>
<meta name="keywords" content="React, Tailwind, Component Library, Full-Stack Developers, Reusable Components, Customizable, Web Development" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">

<!-- Social Media Meta Tags -->
<meta property="og:title" content="React Tailwind Component Library" />
<meta property="og:description" content="Explore our extensive library of React Tailwind components. Ideal for full-stack developers seeking sophisticated, yet easily adaptable and reusable UI components." />
<meta property="og:image" content="%PUBLIC_URL%/social-media-image.jpg" />
<meta property="og:url" content="http://www.yourwebsite.com" />
<meta name="twitter:card" content="summary_large_image" />

<!-- Other SEO Tags -->
<meta name="author" content="Greg Uretzky" />
<meta name="robots" content="index, follow" />

<title>React Tailwind Components Library for Developers</title>
</head>
<body class="font-sans h-full bg-background ">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="portal-root"></div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</body>
</html>

0 comments on commit 24ff8c9

Please sign in to comment.