Skip to content

Commit

Permalink
Added Impressum
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Nov 4, 2022
1 parent 9e8295b commit d95cc7a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ header > * {
border-radius: 5px;
padding: 10px;
}

footer {
margin-top: 35px;
font-size: smaller;
text-align: center;
}

footer a {
text-decoration: none;
color: grey;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ <h1>Virtual Machine Selector</h1>
<button onclick="copy()">🗎 Kopieren</button>
</div>

<footer>
<a href=https://www.virtuos.uni-osnabrueck.de/serviceseiten/impressum.html>Impressum</a>
</footer>

</body>
</html>

0 comments on commit d95cc7a

Please sign in to comment.