43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
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>
|
|
<style>
|
|
#output {max-width:100%;white-space: pre-wrap;word-break: break-all;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<button class="btn1">Test 1</button>
|
|
<button class="btn2">Test 2</button>
|
|
|
|
<a target="_blank" href="about:blank">打开控制台</a>
|
|
|
|
<div id="output">loading...</div>
|
|
|
|
<input type="text">
|
|
|
|
<hr>
|
|
<button class="btn3">写图片到剪切板</button>
|
|
<button class="btn4">退出</button>
|
|
<img style="width:100px;border:1px solid #09f;" src="" alt="">
|
|
<textarea></textarea>
|
|
|
|
<script type="module" src="/app.js"></script>
|
|
|
|
</body>
|
|
</html> |
Python
60.1%
JavaScript
37.6%
HTML
2.3%