finished menu and added another page

This commit is contained in:
janis
2022-11-04 20:41:46 +01:00
parent 1a488cf029
commit d03b3b9718
4 changed files with 76 additions and 13 deletions

View File

@@ -6,6 +6,7 @@
</head>
<body>
<div class="stickybox">
<ul class="Menu">
<li class="mainitems"><a href="#">Home</a></li>
<li class="dropdown mainitems">
@@ -22,14 +23,17 @@
<a href="#">About</a>
<ul class="dropdown-menu">
<li class="subitems"><a href="./privacypolicy.html">Privacy Policy for apps</a></li>
<li class="mainitems"><a href="./about.html">About me</a></li>
<li class="subitems"><a href="./about.html">About me</a></li>
</ul>
</li>
<li class="mainitems"><a href="./support.html">Support</a></li>
</ul>
</div>
<h1>Welcome to janishutz.com!</h1>
<p>Learn more about my projects!</p>
<a href="./projects">Learn more</a>
<a href="./projects.html">Projects</a>
<br><br><br>
Note: This website is not completed yet and some pages are still missing!
</body>
</html>