-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1021 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1021 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code Uchiha</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Takudzwa Mlambo",
"alternateName": "Cod3Uchiha",
"url": "https://iamtkm.vercel.app",
"image": "https://github.com/Cod3Uchiha.png",
"sameAs": [
"https://www.tiktok.com/@Cod3Uchiha",
"https://www.youtube.com/@Cod3Uchiha",
"https://twitter.com/Cod3Uchiha",
"https://github.com/Cod3Uchiha"
],
"jobTitle": "Node.js Developer",
"description": "Takudzwa Mlambo, known online as Cod3Uchiha, is a Node.js programmer and web developer who creates open-source tools and tutorials."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>