mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Inital
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<meta charset="UTF-8">
|
||||
<title> agres :: Willkommen </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="topbar">
|
||||
<div class="topbar-content">
|
||||
<em>
|
||||
<a href="/" class="site-title">
|
||||
agres.online
|
||||
</a>
|
||||
</em>
|
||||
<nav class="nav-links">
|
||||
<a href="/blog/">~/blog</a>
|
||||
<a href="/whoami/">~/whoami</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Willkommen</h1>
|
||||
|
||||
<h1 id="typedText" data-text="Test"></h1>
|
||||
<p>Links</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/agresdominik">github</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="bottombar">
|
||||
<div class="bottombar-content">
|
||||
<nav class="footer-links">
|
||||
<a href="/impressum/">Impressum</a> ·
|
||||
<a href="/datenschutz/">Datenschutz</a> ·
|
||||
<a href="mailto:dominik@agres.online">Email</a>
|
||||
<a href="/publickey.asc">PGP-Key</a>
|
||||
</nav>
|
||||
<div class="copyright">© 2025 Dominik Agreš</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user