feat(*): 代码仓库初始化
This commit is contained in:
26
Web/test1/plan.html
Normal file
26
Web/test1/plan.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>我的待办事项与学习资源</h1>
|
||||
<ol>
|
||||
<li>周一: 完成工作报告</li>
|
||||
<li>周二: 参加项目会议</li>
|
||||
<li>周三: 准备新方案的资料收集</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li><a href="https://www.runoob.com/" target="_blank">菜鸟教程</a></li>
|
||||
<li><a href="https://www.w3school.com.cn/" target="_blank">w3school</a></li>
|
||||
<li><a href="https://www.bilibili.com/" target="_blank">B站</a></li>
|
||||
</ul>
|
||||
<p>版权所有 © zhilv</p>
|
||||
<img src="../images/relax.png" alt="图片">
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user