-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 921 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
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta name="description" content="Perform routine Scientific and Engineering Calculations">
<meta name="keywords" content="Engineering, Calculator, Scientific">
<meta name="author" content="John Konecny">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="rgb(224 242 254)">
<title>Benzene Box</title>
<link data-trunk rel="css" href="index.css" rel="stylesheet">
<link data-trunk rel="copy-file" href="manifest.json">
<link rel="manifest" rel="manifest" href="manifest.json">
<base data-trunk-public-url />
<script src="sw.js"></script>
</head>
<body>
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js");
}
</script>
</body>
</html>