1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>人</title>
- <link rel="stylesheet" type="text/css" href="./css/normalize.css" />
- <link rel="stylesheet" type="text/css" href="./css/ren.css" />
- <link rel="stylesheet" type="text/css" href="./css/general.css" />
- <link rel="stylesheet" href="css/style.css" />
- <script type="text/javascript" src="js/rem.js"></script>
- </head>
- <body>
- <div class="container-flex" tabindex="0" hidefocus="true">
- <iframe
- src="http://1.190.195.54:8000/workspace/ljxqgz/index.html"
- frameborder="0"
- style="width: 100%"
- ></iframe>
- <div class="parent">
- <div class="div1">
- <div class="title-box">
- <h6>人数统计</h6>
- </div>
- </div>
- <div class="div2"></div>
- <div class="div3"></div>
- <div class="div4"></div>
- <div class="div5"></div>
- <div class="div6"></div>
- </div>
- </div>
- </body>
- </html>
|