-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
29 lines (20 loc) · 981 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
27
28
29
<!--
Hello there! It looks like you've opened the console to check out my code. Welcome to the world of programming!
First off, I want to let you know that I'm still learning and not a professional developer yet. Please bear with any mistakes you might find.
Feel free to check out my other projects on GitHub: http://github.com/khyrulAlam. If you have any questions or feedback, you can reach me at [email protected].
#### About Me ####
I'm passionate about learning new technologies, enjoying coffee, watching movies, playing FIFA, traveling, and listening to music.
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="type/png" href="/cat.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cat-Chat { build with react & firebase || This is a learning project }</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>