-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/pizza.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kya Khaoge</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
</style>
</head>
<body style="background-color: rgb(16, 16, 16);">
<div class="header flex items-center justify-between ">
<div class="ml-5 mt-3"><h2 class="satisfy-regular text-white"></h2>
</div>
<div class="mr-5 mt-3">
<a href="https://github.com/iarmaansingh/Kya-Khaoge"><img src="/src/github-logo.png" class="h-6.5 w-14"></a>
</div>
</div>
<div id="root"></div>
<div class="footer flex justify-center h-12 items-center mt-16 w-full dancing-script-bold text-xl" >
<p class="lxgw-wenkai-tc-regular text-white font-bold">Built with ❤️ by <a href="https://www.linkedin.com/in/iarmaan/" class="text-blue-700">Armaan</a>
</p>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>