-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
37 lines (32 loc) · 1015 Bytes
/
archives.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
35
36
37
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/_assets/main.css" />
<title>Archives - GDMS Project Management</title>
</head>
<body>
<div class="main">
<nav class="navigation">
<a href="/">GDMS Project Management</a>
</nav>
<div class="blogs-list-block">
<div class="annual-block">
<time class="annual-block-headline">2021</time>
<ol>
<li>
<time datetime="1637929592523" class="annual-block-date">
2021-11-26 12:26
</time>
<a class="annual-block-title" href="/article/phase-13-kick-off-meeting">
Phase 13 Kick-off meeting
</a>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>