diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-13 18:01:36 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-13 18:01:36 +0100 |
commit | 4a3be03aaa182bc2896255c868ab9763e84a258d (patch) | |
tree | 182a0995fca600f3671bd2e421bb286feea0b23a /public/index.html | |
parent | 432de4c3a1635f88dd19a8ee15aa1fbd8745cfd4 (diff) |
added new artical and fixed dumb mistake on dotfiles page
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 4f43e65..70e707c 100644 --- a/public/index.html +++ b/public/index.html @@ -99,8 +99,15 @@ </section> <section id="Articles" style="display: none;"> + + <div class="article"> + <h2><a href="articles/2Dwm#article">Switching to DWM</a></h2> + <p>Date: July 13h, 2024</p> + <p>This artical is just about Suckless's DWM and how I like it.</p> + </div> + <div class="article"> - <h2><a href="articles/1Learning_C">Learning the C programming language</a></h2> + <h2><a href="articles/1Learning_C#article">Learning the C programming language</a></h2> <p>Date: June 10th, 2024</p> <p>My journy of learning C with notes and updates.</p> <font color="#800000">This artical is still being wrote.</font> |