15 lines
403 B
HTML
15 lines
403 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||
|
<link rel="stylesheet" type="text/css" href="/css/base.css">
|
||
|
<style type="text/css">
|
||
|
body {overflow:hidden;position:absolute;width:100%;height:100%;}
|
||
|
.webview {display:block;width:100%;height:100%;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|