HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
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>