-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@devvsakib readme, index file updated with new name (#240)
* resource page added with few free resource list * vercel deploy issue fix * card color issue fixed * ui improved issue #234 * readme, index file updated with new name
- Loading branch information
Showing
3 changed files
with
67 additions
and
43 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
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 |
---|---|---|
@@ -1,22 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>GitHub Error Solve - Opensource Projects</title> | ||
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon"> | ||
<link rel="stylesheet" href="./dist/output.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=Fira+Mono:wght@400;500;700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" /> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.jsx"></script> | ||
</body> | ||
</html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<!-- Primary Title and Description --> | ||
<title>DevToolsArena - Opensource Project</title> | ||
<meta name="description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." /> | ||
<meta name="keywords" content="Git solutions, web development resources, Git errors, web tools, HTML to JSX converter, GitHub issue finder, markdown editor, opensource, opensource project, good first issue" /> | ||
|
||
<!-- Favicon --> | ||
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon" /> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="./dist/output.css" /> | ||
|
||
<!-- Font Preconnect --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet" /> | ||
|
||
<!-- Google Site Verification --> | ||
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" /> | ||
|
||
<!-- Open Graph Meta Tags for Social Sharing --> | ||
<meta property="og:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" /> | ||
<meta property="og:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." /> | ||
<meta property="og:image" content="URL_TO_IMAGE" /> | ||
<meta property="og:url" content="YOUR_SITE_URL" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
<!-- Twitter Card Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" /> | ||
<meta name="twitter:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." /> | ||
<meta name="twitter:image" content="URL_TO_IMAGE" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.jsx"></script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.