1 Star 0 Fork 0

小王/ToDoList

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
小王 提交于 2021-04-28 19:58 . 第一次提交ToDoList项目
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ToDoList</title>
<link rel="stylesheet" type="text/css" href="css/index.css"/>
</head>
<body>
<div class="header">
<div>
<span>ToDoList</span>
<input type="text" id="input1" placeholder="添加ToDo"/>
</div>
</div>
<div class="main">
<div id="showDoing">
<br>
<h2>
正在进行:
<span id="count1">0</span>
</h2>
<br>
</div>
<br>
<div id="showDone">
<h2>
已经完成:
<span id="count2">0</span>
</h2>
<br>
</div>
</div>
</body>
<script src="js/index.js" type="text/javascript" charset="utf-8"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/Liang-Sir/to-do-list.git
git@gitee.com:Liang-Sir/to-do-list.git
Liang-Sir
to-do-list
ToDoList
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385