original commit
This commit is contained in:
26
layerone/external-tech.html
Normal file
26
layerone/external-tech.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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="../style.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
Hello, external!
|
||||
<!-- FOOTER -->
|
||||
<footer class="footer">
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
36
layerone/gen-faq.html
Normal file
36
layerone/gen-faq.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!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="../style.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
<h1>Allgemeines FAQ</h1>
|
||||
<p>Gen FAQ, ..., umsonst.
|
||||
<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">
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
33
layerone/internal-tech.html
Normal file
33
layerone/internal-tech.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!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="../style.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
<h1>Interne Service Techniker</h1>
|
||||
<p> Hier sind Links zu den folgenden Sachen:
|
||||
<ul>
|
||||
<li>FAQ fuer interne Techs.</li>
|
||||
<li>HTML5-Portal??</li>
|
||||
<li>interims MXi</li>
|
||||
</ul>
|
||||
</p>
|
||||
<!-- FOOTER -->
|
||||
<footer class="footer">
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user