diff options
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> |