diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-30 17:35:16 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-30 17:35:16 +0100 |
commit | 282f66f61c630d0e5f49390158bc960ad9644c11 (patch) | |
tree | d309a8fe5afc651d4a58761fe79b555104b989f0 /public/index.html | |
parent | 3ecd8fa56585d43e1d62dde5f896ccdfdce64d8a (diff) |
added articles and changed hr
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 11b4fa4..8234dd6 100644 --- a/public/index.html +++ b/public/index.html @@ -18,11 +18,12 @@ </div> <div class="content"> <header> - <h1>Shipwreckt</h1> + <h1>Shipwreckt</h1><hr> <nav> <ul> <li><a href="index.html">Home</a></li> - <li><a href="#projects">projects</a></li> + <li><a href="#projects">Projects</a></li> + <li><a href="#Articles">Articles</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> @@ -37,7 +38,7 @@ bit of news. But that is mostly it for this website have a look around and see what you like!</p> <br> - <p>Also quick note this website is still being made so please be patiant</p> + <p>Also quick note this website does need javascript enabled, the javascript can be viewed <a href="https://gitlab.com/Shipwreckt/website/-/blob/master/public/script.js?ref_type=heads">Here</a> if you want to look at it.</p> </section> <section id="about" style="display: none;"> @@ -86,6 +87,15 @@ <li><a href="projects/WeeklyByte/WeeklyByte.html">Weekly Byte</a></li> </p> </section> + + <section id="Articles"> + <div class="article"> + <h2><a href="articles/0How_To_Stay_Safe_Online.html">How to stay safe online</a></h2> + <p>Date: May 30, 2024</p> + </div> + </div> + + </section> </main> </div> |