added support page
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="./styles_main.css">
|
||||
<title>Home - janishutz.com</title>
|
||||
<link rel="stylesheet" href="./indexStyle.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
</header>
|
||||
<img class="logo" src="./LOGO.png">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
<li><a href="./Page2.html">2</a></li>
|
||||
<li><a href="./support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user