-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
25 lines (24 loc) · 1.08 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeBit8 - Your Source for Coding, Technology, and AI Insights</title>
<meta name="description" content="Explore CodeBit8 for the latest coding tips, technology news, AI tutorials, and insights to boost your skills.">
<meta name="keywords" content="coding, programming, tutorials, coding tips, technology, AI, artificial intelligence, tech news, Computer science, Data structure, Web development, AI tutorials">
<link rel="icon" type="image/svg+xml" href="/src/assets/img/Favicon.png">
<link rel="stylesheet" href="/src/index.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QCLH7VNQMT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QCLH7VNQMT');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>