Files
tu_landing-page/layerone/gen-faq.html

42 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="keywords" content="html, css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="tu landing page for service technicians."
/>
<title>landing page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
</head>
<!-- BODY -->
<body>
<h1><a href="http://ga.glt.lan">Allgemeines FAQ</a></h1>
<hr />
<p>Gen FAQ, ...
<ul>
<li>Ansprechpartner Softbox</li>
<li>Technische Sprechzeiten</li>
<li>Zustaendigkeiten GA (Diagramm)</li>
<li>Lageplan TUM</li>
<li>Uebersicht IPAM</li>
<li>...</li>
</ul>
</p>
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright
<script>
document.write(new Date().getFullYear());
</script>
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>
</html>