Files
hexo_blog/source/Windows/res/apps/server/import.html
T
2022-04-25 13:40:12 +08:00

20 lines
370 B
HTML

<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="UTF-8">
<title>Server</title>
<script src="../../../res/yl.app.js"></script>
<style>
</style>
</head>
<body>
<h1>Server</h1>
<script>
YLApp.onReady(function () {
// YLApp.eval('import',null,function (data) {
//
// })
})
</script>
</body>
</html>