16 lines
538 B
HTML
16 lines
538 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<title>Elwig - Elektronische Winzergenossenschaftsverwaltung</title>
|
|
<meta charset="UTF-8"/>
|
|
<link rel="icon" sizes="16x16 20x20 24x24 30x30 32x32 36x36 40x40 48x48 60x60 64x64 72x72 80x80 96x96 128x128 256x256" href="res/elwig.ico"/>
|
|
<link rel="stylesheet" href="res/style.css"/>
|
|
</head>
|
|
<body>
|
|
<h1>Elwig</h1>
|
|
<h2>Elektronische Winzergenossenschaftsverwaltung</h2>
|
|
<a href="https://git.necronda.net/winzer">Source</a>
|
|
<a href="files/">Downloads</a>
|
|
</body>
|
|
</html>
|