diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 09:21:43 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 09:21:43 +0100 |
commit | 0f987c144a7678b781ae8c3ac2428e2672b0cafd (patch) | |
tree | f84f51ecd0af519333c3763f21b2ce492d435032 /public/index.html | |
parent | 9a5bf685faaf0848175e691d89a310524d29b777 (diff) |
trying to get mobile working (Again)
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/public/index.html b/public/index.html index 6d1feb8..5b9a896 100644 --- a/public/index.html +++ b/public/index.html @@ -20,21 +20,20 @@ </nav> </header> <main class="description"> - <p> - Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and diffrent algerithems.</p> - <p><a href=about/software>Software</a> and <a href=about/hardware>hardware</a> that I use</p> + <p>Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and different algorithms.</p> + <p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use</p> <section class="posts"> <h2>Posts</h2> <ul> - <li>19-07-2024 - <a href="posts/2Summer">Summer Holiday!</a></li> + <li>19-07-2024 - <a href="posts/2Summer">Summer holiday!</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> </ul> </section> <section class="posts"> - <h2>Articals</h2> + <h2>Articles</h2> <ul> - <li>30-05-2024 - <a href="articals/0How_To_Stay_Safe_Online">How to stay safe online</a></li> + <li>30-05-2024 - <a href="articles/0How_To_Stay_Safe_Online">How to stay safe online</a></li> </ul> </section> </main> |