File: /var/www/html/index.html
<!DOCTYPE html>
<html lang="de">
<head>
<title>Novotecs</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
display: table;
font-family: 'Roboto', sans-serif;
}
.my-block {
text-align: center;
display: table-cell;
vertical-align: middle;
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="https://novotecs.com/wp-content/uploads/2024/07/nts-favicon-2024-1.png">
</head>
<body>
<div class="my-block">
<img src="https://novotecs.com/wp-content/uploads/2023/03/nts-logo-2024.jpg"/>
<br>
<a href="https://novotecs.com">Click here</a>
</div>
</body>
</html>