-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocs-dev.html
34 lines (31 loc) · 1.45 KB
/
docs-dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html lang="zh">
<head>
<script src="./js/public_style.js"></script> <!-- 公共样式 -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>开发文档 | Class Widgets 官方网站</title>
<link rel="icon" href="./assets/favicon.ico"> <!-- 网站图标 -->
<meta name="description" content="欢迎来到 Class Widgets 官方网站 | 全新桌面课程表,与未来形态的课程表问好"> <!-- 网站描述 -->
<meta name="keywords" content="Class Widgets, 桌面课表, 课程表, 软件, 应用, 教学, 教学, 教学工具, 高效, 实用"> <!-- 网站关键字 -->
<link rel="stylesheet" href="./css/docs.css">
<link rel="stylesheet" href="./assets/icon/FluentSystemIcons-Resizable.css">
<link rel="stylesheet" media="(max-width: 1200px)" href="./css/common_mobile.css">
</head>
<body>
<!-- header -->
<div id="header"></div> <!-- 用公共样式引入 -->
<!-- docs -->
<div class="tip">
<a href="https://www.yuque.com/" target="_blank">
<img src="./assets/img/yuque.png" alt="语雀文档">
</a>
<h2>此文档由“语雀”驱动</h2>
</div>
<iframe src="https://www.yuque.com/rinlit/cw-docs-dev" id="docs-user" class="fullscreen">
</iframe>
<!-- footer -->
<div id="footer"></div> <!-- 用公共样式引入 -->
</body>
</html>