26 lines
809 B
HTML
26 lines
809 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">
|
|
<title></title>
|
|
<script type="importmap">
|
|
{
|
|
"imports":{
|
|
"es.shim":"//jscdn.ink/es.shim/latest/index.js",
|
|
"wkit":"//jscdn.ink/wkit/latest/index.js",
|
|
"vue":"//jscdn.ink/vue/3.2.47/vue.esm-browser.prod.js",
|
|
"vue-router":"//jscdn.ink/@bytedo/vue-router/4.1.6/vue-router.js","fetch":"//jscdn.ink/@bytedo/fetch/latest/next.js",
|
|
"crypto":"//jscdn.ink/crypto.web.js/latest/index.js"
|
|
}
|
|
}
|
|
</script>
|
|
<script type="module" src="/app.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<wc-app></wc-app>
|
|
|
|
</body>
|
|
</html> |
Python
60.1%
JavaScript
37.6%
HTML
2.3%