-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.05 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html><!--suppress HtmlUnknownTarget -->
<html lang="en"><!--suppress HtmlRequiredTitleElement -->
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="%VITE_THEME_COLOR%">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="mask-icon" href="/favicon.svg" color="%VITE_THEME_COLOR%">
<meta name="description" content="Do you use food? Do you use software? Brenna's Food Software is for you!">
</head>
<body>
<noscript>
<h1>JavaScript Disabled!</h1>
<p>JavaScript disabled <code>==</code> Brenna's Food Software no worky</p>
<p>Sorry 'bout that, but c'mon.</p>
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>