-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 981 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<link rel="icon" type="image" href="https://zh.yuazhi.cn/bento.png">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="referrer" content="never">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,maximum-scale=1.0,viewport-fit=cover,shrink-to-fit=no">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="referrer" content="strict-origin">
<title>
Kegongteng Bento
</title>
</head>
<body style="height: 100%;">
<iframe id="frame" src="https://bento.me/kegongteng" frameborder="0" marginwidth="0" marginheight="0"
vspace="0" hspace="0" allowtransparency="true" scrolling="auto" allowfullscreen="true"
style="width: 100%; height: 100%; frameborder:0; position: absolute; top: 0; left: 0;">
</iframe>
</body>
</html>