66 lines
3.7 KiB
HTML
66 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>HT-Dev DE</title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<meta name="description" content="{{description}}">
|
|
<meta name="author" content="©2025 Hammer1279">
|
|
<meta name="robots" content="index,follow">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="color-scheme" content="dark">
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div style="max-width: 70%; margin: 0 auto; padding: 20px; border: 1px solid #ccc; border-radius: 5px;">
|
|
<div class="center">
|
|
<h1>HT-Dev.DE</h1>
|
|
<h2>Hello World! Hello from Germany!</h2>
|
|
<p>My personal effort for decentralizing and personalizing the web again.</p>
|
|
<p>This page is in honor to the old (and free) internet.</p>
|
|
</div>
|
|
<br>
|
|
<p>I'm mostly a backend developer, so forgive this crude website, its backend is really good tho :D</p>
|
|
<p>However you have found this domain, welcome! We have lots of services here:</p>
|
|
<ul style="text-align: start;">
|
|
<li><a href="https://chat.ht-dev.de" target="_blank">Matrix Homeserver</a></li>
|
|
<li><a href="https://git.ht-dev.de" target="_blank">Gitea</a></li>
|
|
<li><a href="https://cloud.ht-dev.de" target="_blank">Nextcloud</a></li>
|
|
<li><a href="#" style="color: gray; pointer-events: none; text-decoration: none;">Compute (currently out of service)</a></li>
|
|
<li><a href="https://mail.ht-dev.de" target="_blank">E-Mail (redirect for using @ht-dev.de accounts)</a></li>
|
|
<li><a href="telnet://ht-dev.de" style="color: gray; pointer-events: none; text-decoration: none;">Telnet BBS-ish Server (getting reworked)</a></li>
|
|
</li>
|
|
</ul>
|
|
<p>Personal Open-Source Projects to check out:</p>
|
|
<ul style="text-align: start;">
|
|
<li><a href="https://github.com/Hammer1279/node-proxy-manager" target="_blank">Node-Proxy-Manager (this site is behind this)</a></li>
|
|
<li><a href="https://git.ht-dev.de/Hammer1279/node-telnet-client" target="_blank">A Node.js Telnet client with encryption with our own telnet server</a></li>
|
|
</ul>
|
|
<p>Hosted Sites via our Servers:</p>
|
|
<ul style="text-align: start;">
|
|
<li>ht-dev.de (you are here)</li>
|
|
<li><a href="https://drillkea.com" target="_blank">DrillKEA.com</a></li>
|
|
<li><a href="https://SWProBuilders.com" target="_blank">SWProBuilders.com</a></li>
|
|
</ul>
|
|
<br>
|
|
<p>If you need to contact me, there are several ways:</p>
|
|
<ul style="text-align: start;">
|
|
<li>Email: <a href="mailto:hammer@ht-dev.de">hammer@ht-dev.de</a></li>
|
|
<li>Matrix: <a href="https://matrix.to/#/@hammer1279:ht-dev.de" target="_blank">@hammer1279:ht-dev.de</a></li>
|
|
<li>Matrix (Alt): <a href="https://matrix.to/#/@hammer1279:matrix.org" target="_blank">@hammer1279:matrix.org</a></li>
|
|
<li>GitHub: <a href="https://github.com/Hammer1279" target="_blank">github.com/Hammer1279</a></li>
|
|
</ul>
|
|
</div>
|
|
<footer style="text-align: center; margin-top: 20px;">
|
|
<p>HT-Dev.DE ©2025 Hammer1279</p>
|
|
<p>All rights reserved.</p>
|
|
<p>Powered by <a href="https://git.ht-dev.de/Hammer1279/ht-dev.de" target="_blank">HT-Web-Framework V2</a> (to serve a static html page??)</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |