-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1.01 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="origin-trial" content="AtGI7VJ4oe4ZXKF4bQvvZHMqsLZLFYz0teaBlY5MrG3wsEwY/3DAHbqqjp/xoEYKMAkZD8WqVoOFH099NQTZrrgAAAB6eyJvcmlnaW4iOiJodHRwczovL3JlYWxyZXVzMzE5LmdpdGh1Yi5pbzo0NDMiLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiZmVhdHVyZSI6Ik1zVXNlckFnZW50TGF1bmNoTmF2VHlwZSIsImV4cGlyeSI6MTY4ODE2OTYwMH0=">
<link rel="shortcut icon" href="https://c.s-microsoft.com/favicon.ico?v2" />
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="converter.css">
<title>潮汐智慧屏幕</title>
</head>
<body>
<iframe src="https://chaoxi.live/screen/YS202208001108HC" width="400" height="700" name="abc" frameborder="0" scrolling="no" >
</iframe>
</body>
<script>
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js', { scope: '/' });
}
</script>
</html>