-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (60 loc) · 3.36 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
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Discover a wide range of free tools and resources for developers, including AI tools, programming resources, and more at CodeHubX." />
<link rel="canonical" href="https://siddhu123m.github.io/CodehubX/" />
<meta property="og:title" content="CodeHubX Resources - Free Tools and Resources for Developers" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="description"
content="Discover a wide range of free tools and resources for developers, including AI tools, programming resources, and more at CodeHubX." />
<meta property="og:title" content="CodeHubX Resources - Free Tools and Resources for Developers" />
<meta property="og:description"
content="Discover a wide range of free tools and resources for developers, including AI tools, programming resources, and more at CodeHubX." />
<meta property="og:url" content="https://siddhu123m.github.io/CodehubX/" />
<meta property="og:type" content="website" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; img-src data:; connect-src 'self'; font-src 'self' https://fonts.gstatic.com;">
<title>CodeHubx</title>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nabla&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div id="sidebar">
<h2>Table of Contents</h2>
<div id="sidebar-content"></div>
</div>
<div id="main-content">
<header>
<span id="menu-button" class="material-symbols-outlined" aria-label="Menu">menu</span>
<h1 id="doc-title">CodeHubx</h1>
<button id="theme-toggle" aria-label="Toggle Theme">🌙</button>
</header>
<hr>
<div id="content"></div>
</div>
<div id="right-nav">
<h3>Sections</h3>
<div id="right-nav-content"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/showdown.min.js"></script>
<script defer src="scripts/main.js"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/serviceWorker.js').then((registration) => {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, (error) => {
console.log('ServiceWorker registration failed: ', error);
});
});
}
</script>
</body>
</html>