modify a few things before making the page available in the internal network.
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
content="tu landing page for service technicians."
|
||||
/>
|
||||
<title>landing page</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
<h1>Externe Service Techniker</h1>
|
||||
<h1><a href="http://ga.glt.lan">Externe Service Techniker</a></h1>
|
||||
<hr />
|
||||
<h2>Macmon NAC</h2>
|
||||
<h2>VPN Zugang</h2>
|
||||
@@ -26,8 +26,11 @@
|
||||
<footer class="footer">
|
||||
<hr />
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
Copyright
|
||||
<script>
|
||||
document.write(new Date().getFullYear());
|
||||
</script>
|
||||
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
content="tu landing page for service technicians."
|
||||
/>
|
||||
<title>landing page</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
<h1>Allgemeines FAQ</h1>
|
||||
<h1><a href="http://ga.glt.lan">Allgemeines FAQ</a></h1>
|
||||
<hr />
|
||||
<p>Gen FAQ, ..., umsonst.
|
||||
<p>Gen FAQ, ...
|
||||
<ul>
|
||||
<li>Ansprechpartner Softbox</li>
|
||||
<li>Technische Sprechzeiten</li>
|
||||
@@ -30,8 +30,11 @@
|
||||
<footer class="footer">
|
||||
<hr />
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
Copyright
|
||||
<script>
|
||||
document.write(new Date().getFullYear());
|
||||
</script>
|
||||
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
@@ -9,26 +9,29 @@
|
||||
content="tu landing page for service technicians."
|
||||
/>
|
||||
<title>landing page</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
|
||||
</head>
|
||||
|
||||
<!-- BODY -->
|
||||
<body>
|
||||
<h1>Interne Service Techniker</h1>
|
||||
<h1><a href="http://ga.glt.lan">Interne Service Techniker</a></h1>
|
||||
<hr />
|
||||
<p>dummy text.</p>
|
||||
<p>lora ipsum.</p>
|
||||
<h2>HTML5 Portal</h2>
|
||||
<p>dummy text.</p>
|
||||
<p>lora ipsum.</p>
|
||||
<h2>interims MXi</h2>
|
||||
<p>dummy text.</p>
|
||||
<p>lora ipsum.</p>
|
||||
<h2>FAQ fuer interne Techs.</h2>
|
||||
<p>dummy text.</p>
|
||||
<p>lora ipsum.</p>
|
||||
<!-- FOOTER -->
|
||||
<footer class="footer">
|
||||
<hr />
|
||||
<p>
|
||||
Copyright 2024:
|
||||
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
Copyright
|
||||
<script>
|
||||
document.write(new Date().getFullYear());
|
||||
</script>
|
||||
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user