init
This commit is contained in:
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user