Added WIP flag to website

Side nav now has a orange box indicating that a new website is current website is work in progress
This commit is contained in:
Jonas_Jones 2022-03-30 20:26:56 +02:00
parent 6b9f52e869
commit 7c86ec7f5c
3 changed files with 106 additions and 18 deletions

View file

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<title>Left Index - Jonas_Jones</title>
<div style="background-color: orange;padding: 5px;border-radius: 5px;margin: 5px; color: black;">
<h3>This Website is WIP</h3>
<p>A new website is on the way. Meanwhile the old one (current one) is just a placeholder.</p>
</div>
<link rel="icon" href="https://j-onasjones.github.io/src/logo_icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -98,4 +102,4 @@ body, html {
<a href="https://github.com/J-onasJones/J-onasJones.github.io/blob/main/LICENSE" class="w3-bar-item w3-button w3-padding">License</a>
<div id="navbottom"></div>
</nav>
</html>
</html>