-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.04 KB
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, minimum-scale=1.0"
/>
<meta name="title" content="Support Chef Ricks" />
<meta
name="description"
content="Chef Rick's Ultimately Fine Foods needs your help right now"
/>
<meta name="keywords" content="Chef Ricks, GoFundMe, Santa Maria" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Elanora Manson" />
<meta property="og:title" content="Support Chef Ricks" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/ChefRicksMugshot-BnXO9K0Q.png" />
<link rel="shortcut icon" type="image" href="/favicon.ico" />
<title>Support Chef Ricks</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>