Files
elwig-www/www/header.inc

11 lines
425 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<base href="/elwig/"/>
<title><?php if (!empty($TITLE)) echo "$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>