finished menu and added another page
This commit is contained in:
10
index.html
10
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user