1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <!DOCTYPE html>
| <html>
| <head>
| <meta charset="UTF-8">
| <title></title>
| <meta name="renderer" content="webkit|ie-comp|ie-stand">
| <meta http-equiv="hg-UA-Compatible" content="IE=edge,chrome=1">
| <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
| <meta http-equiv="Cache-Control" content="no-siteapp" />
| </head>
|
| <body class="layui-body-content">
| <h1>HELLO</h1>
| </body>
|
| </html>
|
|