-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 860 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="theme-color" content="#04080f">
<title>Shift Scheduler</title>
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="icon-192.png">
<style>
html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background:#04080f;}
iframe{border:0;width:100%;height:100%;display:block;}
</style>
</head>
<body>
<iframe src="https://script.google.com/macros/s/AKfycbxW4jHrjj3Rt2cuVomIWrYGepl0E3PQSGKLnUlU23Oj1NbzS_YN7y6TaJ7F98QxvPI34A/exec"
allow="clipboard-read; clipboard-write"></iframe>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
}
</script>
</body>
</html>