You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
crmeb_php/app/view/mobile/view.html

23 lines
545 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title><?=$siteName?></title>
<style>
#page {
width: 350px;
height: 100vh;
margin: 0 auto;
display: block;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
transform: translate(-50%,0);
}
</style>
</head>
<body>
<iframe id="page" src="<?=$url?>" frameborder="0"></iframe>
</body>
</html>