old-portfolio-site/services.html
2025-02-23 23:29:42 -05:00

33 lines
846 B
HTML

<head>
<title>Aidan Haas' Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="./assets/profile.png" class="fav-ico">
<nav>
<ul>
<li><a href="#services">Services</a></li>
</ul>
</nav>
</header>
<main>
<section id="services">
<div class="section-inner">
<div class="about-text">
<h3>Services Running on This Server</h3>
<a href="redacted">Nextcloud - Cloud Server</a>
<p></p>
<a href="redacted">Jellyfin - Media Server</a>
<p></p>
<a href="redacted">Photoprism - Photo Server</a>
</div>
</div>
</section>
</body>
</html>