added support page

This commit is contained in:
janis
2022-10-28 10:54:59 +02:00
parent c8a67fbaa1
commit bdb2f78af9
3 changed files with 29 additions and 3 deletions

18
support.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Support - janishutz.com</title>
<link rel="stylesheet" href="./indexStyle.css">
</head>
<body>
<header>
</header>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li class="active"><a href="#">Support</a></li>
</ul>
</nav>
</body>
</html>