-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
19 lines (19 loc) · 839 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laundry Labels App</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="application-name" content="Laundry Labels App">
<meta name="keywords" content="laundry labels, laundry, laundry app, laundry labels app, store laundry labels"><meta name="description" content="Store data on the care of your clothes">
<meta name="theme-color" content="#7cc6ff">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any">
<link rel="apple-touch-icon" href="/favicon-apple.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>