-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 908 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Explore the projects and repositories created by Moamal Alaa, a front-end developer, on GitHub.">
<meta name="theme-color" content="#ffffff" />
<meta name="keywords"
content="Moamal Alaa, Github repos, Github repo, Front-end, Developer front-end projects, A website to show repos, github repositories">
<title>Github repos</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./src/Images/favicon .webp" type="image/x-icon">
<!-- Manifest PWA -->
<link rel="manifest" href="./manifest.json" />
<!-- Preloaded content -->
<link rel="preload" href="src/Images/codewars-icon.webp" as="image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>