-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 871 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/src/frontend/assets/favicon.svg">
<link rel="alternate icon" type="image/png" href="/frontend/assets/favicon.svg">
<link rel="apple-touch-icon" href="/frontend/assets/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Simple tool for calculating how much your recipes cost. Great for small cooking and baking businesses">
<title>JolleyBites - Online Recipe Calculator</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/frontend/main.ts"></script>
<noscript>JolleyBites runs on typescript. Please turn on your javascript settings for the website to work</noscript>
</body>
</html>