mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
28 lines
890 B
HTML
28 lines
890 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>阿里云盘小白羊</title>
|
|
<meta name="data-spm" content="aliyundrive" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel='stylesheet' href='./iconfont.css' />
|
|
|
|
<script charset='UTF-8' src='./pinyinlite_full.min.js'></script>
|
|
<script src="wasm_exec.js" data-manual></script>
|
|
<script>
|
|
const go = new window.Go()
|
|
WebAssembly.instantiateStreaming(fetch('wasm.wasm'), go.importObject).then((res) => {
|
|
go.run(res.instance)
|
|
})
|
|
</script>
|
|
<script type="module" crossorigin src="./index.js"></script>
|
|
<link rel='stylesheet' href='./index.css' />
|
|
</head>
|
|
<body class="usertheme">
|
|
<div id="app"></div>
|
|
|
|
<link id="usercsslink" rel="stylesheet" />
|
|
</body>
|
|
</html>
|