36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Projects - janishutz.com</title>
|
|
<link rel="stylesheet" href="./mainstyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="stickybox">
|
|
<ul class="Menu">
|
|
<li class="mainitems"><a href="./index.html">Home</a></li>
|
|
<li class="dropdown mainitems">
|
|
<a href="./projects.html">Projects</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="subitems"><a href="./privacypolicy.html">QR & Barcode Insight</a></li>
|
|
<li class="subitems"><a href="./privacypolicy.html">StorageManager</a></li>
|
|
<li class="subitems"><a href="./privacypolicy.html">FSR Image & Video Upscaler Frontend</a></li>
|
|
<li class="subitems"><a href="./privacypolicy.html">MusicPlayer</a></li>
|
|
<li class="subitems"><a href="./privacypolicy.html">BiogasControllerApp</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown mainitems">
|
|
<a href="#">About</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="subitems"><a href="./privacypolicy.html">Privacy Policy for apps</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>My projects</h1>
|
|
<p>NOTE: This page is still in development!</p>
|
|
<a href="./index.html">Go back</a>
|
|
</body>
|
|
</html> |