-
Notifications
You must be signed in to change notification settings - Fork 51
/
index.html
56 lines (41 loc) · 2.47 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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" />
<!-- Primary Title and Description -->
<title>DevToolsArena - Opensource Project</title>
<meta name="description" content="DevToolsArena is your go-to platform for the best tools, resources, and tutorials in software development, including top IDEs, study materials, and programming YouTubers.">
<meta name="keywords" content="DevToolsArena, software development tools, best IDEs, study resources, programming tutorials, GitHub achievements, programming YouTubers">
<meta name="author" content="Sakib Ahmed">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<!-- 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" />
<!-- 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>