32 lines
991 B
HTML
32 lines
991 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="de-AT">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Elwig - Elektronische Winzergenossenschaftsverwaltung</title>
|
|
<link rel="icon" href="/favicon.ico" sizes="16x16 20x20 24x24 30x30 32x32 36x36 40x40 48x48 60x60 64x64 72x72 80x80 96x96 128x128 256x256"/>
|
|
<link rel="stylesheet" href="/res/style.css"/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/"><img src="/res/elwig.png" alt="Elwig Logo"/></a></li>
|
|
<li><a href="/files/">Downloads</a></li>
|
|
<li><a href="https://git.necronda.net/winzer/">Quellcode</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<h1>Elwig</h1>
|
|
<h2>Elektronische Winzergenossenschaftsverwaltung</h2>
|
|
<a href="/clients">Mandanten</a>
|
|
</main>
|
|
|
|
<footer>
|
|
<a href="/" class="img"><img src="/res/elwig.png" alt="Elwig"/></a>
|
|
<p class="copyright">Copyright © 2024 Lorenz Stechauner</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|