modify a few things before making the page available in the internal network.
This commit is contained in:
11
index.html
11
index.html
@@ -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>
|
||||
<div class="header">
|
||||
<h1>TUM - Self Service</h1>
|
||||
<h1><a href="http://ga.glt.lan"> TUM - Self Service</a></h1>
|
||||
<p>
|
||||
Dies ist eine interne Homepage für das einfache Auffinden aller
|
||||
notwendigen links und Antworten rund um das Thema "Service-Techniker".
|
||||
@@ -76,8 +76,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>
|
||||
|
||||
Reference in New Issue
Block a user