diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
commit | c9c9f63ed4c7f47b816cbc1551c94596eeb90d95 (patch) | |
tree | d551dc267842342b19acac93d49d947e4e6024b5 /public/index.html | |
parent | aeaa18a22f55ed4a3db63790019ca862fea955bc (diff) |
Added new update plus some organization
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html index 69bb8b7..6d9de5e 100644 --- a/public/index.html +++ b/public/index.html @@ -26,14 +26,13 @@ <section class="posts"> <h2>Posts</h2> <ul> - <li>17-08-2024 - <a href="posts/7NewLaptop">New Laptop !</a></li> - <li>03-08-2024 - <a href="posts/6Yubikeys">Yubikeys!</a></li> - <li>27-07-2024 - <a href="posts/5Servers">Messing with servers</a></li> - <li>24-07-2024 - <a href="posts/4Art">Making some art</a></li> - <li>22-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li> - <li>19-07-2024 - <a href="posts/2Summer"><b>Summer holiday!</b></a></li> - <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li> - <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li> + <li>17-08-2024 - <a href="posts/06NewLaptop">New Laptop !</a></li> + <li>03-08-2024 - <a href="posts/05Yubikeys">Yubikeys!</a></li> + <li>27-07-2024 - <a href="posts/04Servers">Messing with servers</a></li> + <li>24-07-2024 - <a href="posts/03Art">Making some art</a></li> + <li>22-07-2024 - <a href="posts/02FreeBSD">Trying out FreeBSD</a></li> + <li>19-07-2024 - <a href="posts/01Summer"><b>Summer holiday!</b></a></li> + <li>13-07-2024 - <a href="posts/00dwm">Switching to DWM</a></li> </ul> </section> <section class="posts"> @@ -49,3 +48,4 @@ </body> </html> + |