This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
dtalk-app
Archived
1
0
Fork 0
dtalk-app/blank.html

15 lines
403 B
HTML
Raw Normal View History

2017-06-09 19:28:19 +08:00
<!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>