1 Star 2 Fork 0

WenzhouChan/ClassTimeTable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
classTimeTable.html 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
WenzhouChan 提交于 2020-01-18 13:22 . Create classTimeTable.html
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<!--
由 HTML5 + CSS3 编写的轻量级课程表,支持自定义扩展。还可用 JavaScript 渲染
Author: chuwen(初文)
Website: https://NowTime.cc
GitHub: https://github.com/PrintNow/ClassTimeTable
LICENSE: MIT https://github.com/PrintNow/ClassTimeTable/blob/master/LICENSE
-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>课程表</title>
<link rel="stylesheet" href="./classTimeTable.css" />
</head>
<body>
<div>
<div id="class-table" class="class-table">
<!-- 表头-->
<div class="ct-header">
</div>
<!-- 表格主体-->
<div class="ct-body">
</div>
</div>
</div>
<footer style="padding: 16px; text-align: center">
Design by <a href="https://nowtime.cc" target="_blank">现在网</a>
<span style="padding: 0 8px">|</span>
<a href="https://nowtime.cc" target="_blank">ClassTimeTable - GitHub</a>
</footer>
<script src="./classTimeTable.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wenzhouchan/ClassTimeTable.git
git@gitee.com:wenzhouchan/ClassTimeTable.git
wenzhouchan
ClassTimeTable
ClassTimeTable
master

搜索帮助