crmeb-background-api/crmeb/runtime/temp/b9c35af5ed763702046ae368c133d017.php

27 lines
617 B
PHP
Raw Normal View History

2025-02-26 11:49:20 +08:00
<?php /*a:1:{s:56:"/www/wwwroot/j01.hschool.com.cn/crmeb/public/mobile.html";i:1727399607;}*/ ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title><?=$siteName?></title>
<style>
#page {
width: 375px;
height: 60vh;
margin: 0 auto;
display: block;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
transform: translate(-50%,0);
}
body {
margin-top: 100px;
}
</style>
</head>
<body>
<iframe id="page" src="<?=$siteUrl?>" frameborder="0"></iframe>
</body>
</html>