datentrog/template/toplevel.tpl

19 lines
667 B
Smarty
Raw Normal View History

2021-11-09 16:39:36 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Corona-Kontaktformular - {{ get("title", "Heizhaus") }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
2021-11-09 16:42:01 +00:00
<link rel="stylesheet" href="/static/bootstrap-3.4.1-dist/css/bootstrap.min.css">
2021-11-09 16:39:36 +00:00
</head>
<body>
<div class="container">
<h1>Corona-Kontaktformular</h1>
{{!base}}
2021-11-10 21:59:03 +00:00
<div class="pull-right hidden-print">
<a href="https://git.0x90.space/vmann/datentrog"><span class="small text-muted">Code</span></a>
<a href="https://0x90.space/impressum/#impressum"><span class="small text-muted">Impressum</span></a>
</div>
2021-11-09 16:39:36 +00:00
</div>
</body>
</html>