File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ < title > TIL (today I learned)</ title >
4
+ < link rel ="stylesheet " href ="../styles.css ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ </ head >
7
+ < body >
8
+ < h1 > TIL (today I learned) </ h1 >
9
+ < p >
10
+ 1. Update python dependencies listed in requirements.txt
11
+ </ p >
12
+ < p >
13
+ < code > pip install --upgrade -r requirements.txt </ code >
14
+ </ p >
15
+
16
+ < h5 style ="color:grey; ">
17
+ created: 27 March 2021
18
+ <!-- <br/> -->
19
+ <!-- updated: 9 Feb 2023 -->
20
+ </ h5 >
21
+ </ body >
22
+ </ html >
Original file line number Diff line number Diff line change 8
8
< body >
9
9
< h1 > blog </ h1 >
10
10
< ul >
11
+ < li >
12
+ < small > 27 March 2023 </ small >
13
+ < a href ="./blog/07_til.html ">
14
+ TIL (today I learned)
15
+ </ a >
16
+ </ li >
11
17
< li >
12
18
< small > 2 Dec 2021 </ small >
13
19
< a href ="./blog/06_vs_2019.html ">
You can’t perform that action at this time.
0 commit comments