37 lines
1006 B
HTML
37 lines
1006 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
<link rel="stylesheet" href="/css/reset.css">
|
|
<style>
|
|
html,body {
|
|
width:100%;
|
|
height: 100%;
|
|
line-height: 1.5;
|
|
font-size: 14px;
|
|
cursor:default;
|
|
}
|
|
a {color:inherit;text-decoration: none;}
|
|
</style>
|
|
<script type="importmap">
|
|
{
|
|
"imports":{
|
|
"es.shim":"app:///lib/es.shim.js",
|
|
"wkit":"app:///lib/wkit.js",
|
|
"wkit":"http://127.0.0.1:9999/src/index.js",
|
|
"wkitd":"app:///lib/wkitd.js",
|
|
"fetch":"app:///lib/fetch.js",
|
|
"crypto":"app:///lib/crypto.js",
|
|
"ui/":"app:///lib/ui/",
|
|
"local/":"http://127.0.0.1:8090/dist/"
|
|
}
|
|
}
|
|
</script>
|
|
<script type="module" src="/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<wc-app></wc-app>
|
|
</body>
|
|
</html> |