mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
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' />
|
|
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_2121645_q8d7dga7smp.css" />
|
|
|
|
<script charset="UTF-8" src='/pinyinlite_full.min.js'></script>
|
|
|
|
<link rel="stylesheet" href='/prism-vsc-dark-plus.css' />
|
|
<script src='/prism.js' data-manual></script>
|
|
|
|
<!--<script src="/wasm_exec.js" data-manual></script>-->
|
|
<script>
|
|
/*const go = new Go()
|
|
WebAssembly.instantiateStreaming(fetch('wasm.wasm'), go.importObject).then((res) => {
|
|
go.run(res.instance)
|
|
})*/
|
|
</script>
|
|
</head>
|
|
<body class="usertheme">
|
|
<div id="app"></div>
|
|
<script src="https://g.alicdn.com/IMM/office-js/1.1.5/aliyun-web-office-sdk.min.js"></script>
|
|
|
|
<script>
|
|
window.Global = { ...window._Global }
|
|
</script>
|
|
<script type="module" src='./src/main.ts'></script>
|
|
<link id="usercsslink" rel="stylesheet" />
|
|
</body>
|
|
</html>
|