Files
webpreview/index.html
yuetsh cba1c5adb9
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
fix
2025-09-24 19:20:49 +08:00

23 lines
668 B
HTML

<!doctype html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/noto--honeybee.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>前端开发学习平台</title>
<link rel="stylesheet" href="/normalize.min.css" />
<link rel="stylesheet" href="/style.css" />
<script>
window.localStorage.setItem("maxkbMaskTip", true)
</script>
<script
async
defer
src="https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=946bf9317f73320a"
></script>
</head>
<body>
<div id="app"></div>
</body>
</html>