-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_log.html
More file actions
32 lines (30 loc) · 901 Bytes
/
dev_log.html
File metadata and controls
32 lines (30 loc) · 901 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Dev Log</title>
<link rel="stylesheet" type="text/css" href="sfstyle.css" title="Skylar"
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed" rel="stylesheet">
</head>
<body>
<h1>Dev Log</h1>
<h2><a href="index.html">[go home]</a></h2>
<table>
<tr>
<td>
<a href="dev_log/05_25_2020.html">May 25, 2020</a>
</td>
<td>
log start - A Package Delivered
</td>
</tr>
<tr>
<td>
<a href="dev_log/06_07_2020.html">June 7, 2020</a>
</td>
<td>
so how do I move? - A Package Delivered
</td>
</tr>
</table>
</body>
</html>