-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 863 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Pour Over Timer</title>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="./manifest.json">
<link rel="icon" href="./dist/icons/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="./dist/icons/Icon-196.png">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Pour Over Timer">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Pour Over Timer">
<link type="text/css" rel="stylesheet" href="./dist/styles.css" >
</head>
<body>
<div class="app-root"></div>
<script src="./dist/bundle.min.js"></script>
</body>
</html>