mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-03-21 09:13:10 +00:00
21 lines
744 B
HTML
21 lines
744 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Classworks 作业板</title>
|
|
<meta name="description" content="记录,查看并同步作业" />
|
|
<link rel="apple-touch-icon" href="/image/apple-touch-icon.png" sizes="180x180" />
|
|
<link rel="mask-icon" href="/image/mask-icon.svg" color="#212121" />
|
|
<meta name="theme-color" content="#212121" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener" style="display: none;">xICP备x号-4</a>
|
|
</body>
|
|
</html>
|