-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 911 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<!-- <head>
<link rel="stylesheet" href="src/style.css">
<link rel="stylesheet" href="src/menu.css"> -->
<link rel="stylesheet" href="src/index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Food city | Shivam</title>
<link rel="apple-touch-icon" sizes="180x180" href="Resources/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Resources/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Resources/favicon_io/favicon-16x16.png">
<link rel="manifest" href="Resources/favicon_io/site.webmanifest">
</head>
<body>
<div id="root"></div>
<script src="https://kit.fontawesome.com/42f88b2411.js" crossorigin="anonymous"></script>
<script type="module" src="src/App.js"></script>
</body>
</html>