-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
34 lines (29 loc) · 1.49 KB
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
30
31
32
33
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>HCDC SHM System</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/png" href="https://github.com/hcdc-ap/images-host/blob/main/images/training.png?raw=true">
<link rel="apple-touch-icon" href="https://github.com/hcdc-ap/images-host/blob/main/images/training.png?raw=true">
<link rel="manifest" href="./manifest.json">
<style>
body, html { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; background-color: #ffffff; }
iframe {
border: none; display: block; width: 100%; height: 100%;
position: fixed; top: 0; left: 0; right: 0; bottom: 0;
height: 100vh; height: 100dvh;
}
</style>
</head>
<body>
<iframe
src="https://script.google.com/macros/s/AKfycbyn5JP9WVQ_EXARm2VMVcNPuuBFfoCz7z4Tv1Bl7YY4KUKFC7TO7RMUNMJD1B7nlb6H/exec"
allow="geolocation; microphone; camera; fullscreen; clipboard-read; clipboard-write; web-share; screen-wake-lock; accelerometer; gyroscope; magnetometer; payment; usb; autoplay; encrypted-media; midi"
></iframe>
</body>
</html>