-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 1.01 KB
/
index.html
File metadata and controls
24 lines (21 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Tasteorama Recipes - delicious recipes for everyday cooking. Easy, quick, and convenient." />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Tasteorama recipes</title>
<link rel="preload" href="/fonts/montserrat-v30-latin-700.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/montserrat-v30-latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/montserrat-v30-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/assets/index-DFPHwaQL.css" media="print" onload="this.media='all'">
<noscript>
<link rel="stylesheet" href="/assets/index-DFPHwaQL.css">
</noscript>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>