Files
webpreview/index.html
2025-02-24 11:03:36 +08:00

19 lines
529 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="/style.css" />
<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>