-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 404.html page with metadata and dependencies
- Loading branch information
1 parent
c539d4f
commit 24ff8c9
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |