-
Notifications
You must be signed in to change notification settings - Fork 9
/
out.html
29 lines (27 loc) · 1.13 KB
/
out.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
<!DOCTYPE HTML>
<html>
<head>
<title>TODO++</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Doing List</h1>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> 项目B_1: </li>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> ☐ 项目A_1_1 @started(19-12-17 20:45) </li>
<ul class='todos' style='margin: 10px 0;'>
</ul></ul></ul><h1>Critical List</h1>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> Todos: </li>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> Tagging: </li>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> ☐ There are some special, customizable tags: @critical @high @low @today </li>
<ul class='todos' style='margin: 10px 0;'>
</ul></ul></ul><li class='todo' style='list-style-type: none;'> 项目B_2: </li>
<ul class='todos' style='margin: 10px 0;'>
<li class='todo' style='list-style-type: none;'> ☐ 项目A_2_1 @critical </li>
<ul class='todos' style='margin: 10px 0;'>
</ul></ul></ul></body>
</html>