34 lines
905 B
HTML
34 lines
905 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",
|
|
"fetch":"app:///lib/fetch.js",
|
|
"crypto":"app:///lib/crypto.js",
|
|
"@bd/ui/":"https://jscdn.ink/@bd/ui/latest/"
|
|
}
|
|
}
|
|
</script>
|
|
<script type="module" src="/app.js"></script>
|
|
</head>
|
|
<body class="noselect">
|
|
<wc-app></wc-app>
|
|
</body>
|
|
</html> |
JavaScript
69.3%
Python
23%
CSS
5.6%
HTML
1.5%
Shell
0.6%