-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
33 lines (28 loc) · 846 Bytes
/
services.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<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>