31 lines
877 B
HTML
31 lines
877 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Datenschredder Cloud - $title$</title>
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo">
|
|
<a href="/">Datenschredder Cloud</a>
|
|
</div>
|
|
<nav>
|
|
<a href="/">Home</a>
|
|
<a href="/technisches.html">Technisches</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<h1>$title$</h1>
|
|
$body$
|
|
</main>
|
|
|
|
<footer>
|
|
<a href="/impressum.html">Impressum</a>
|
|
<a href="/datenschutz.html">Datenschutz</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|