23 lines
668 B
HTML
23 lines
668 B
HTML
<!doctype html>
|
|
<html lang="zh-Hans-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="shortcut icon" href="/favicon.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/api/application/embed?protocol=https&host=maxkb.xuyue.cc&token=6666eab01e8b97bd"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|