50 lines
2.2 KiB
HTML
50 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Nevis - Welcome</title>
|
|
<meta charset="utf-8">
|
|
<link href="/resources/bootstrap.min.css" rel="stylesheet" type="text/css">
|
|
<link href="/resources/default.css" rel="stylesheet" type="text/css" media="all">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
|
<header id="header" class="container-fluid">
|
|
<img class="logo center-block" src="/resources/logo.png" alt="NEVIS Security Suite">
|
|
</header>
|
|
<main id="content" class="container">
|
|
<div id="loginform">
|
|
<h1 align="center">Welcome</h1>
|
|
<div align="center"><br>
|
|
<br>
|
|
<table border="0">
|
|
<tr>
|
|
<td>The application you selected was not found on this server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Die von Ihnen angewählte Applikation existiert nicht auf diesem Server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>L'application que vous avez sélectionnée n'existe pas sur ce serveur.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>L'applicazione che ha selezionato non è stata trovata su questo server.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer id="footer" class="text-primary">
|
|
<div class="row small">
|
|
<div class="col-md-4 hidden-xs hidden-sm">Copyright © 2023 NEVIS Security AG</div>
|
|
<div class="col-xs-12 col-md-4 text-center text-uppercase logo-round-container">
|
|
<div class="logo-round center-block">
|
|
<img src="/resources/logo.png" alt="NEVIS Security Suite">
|
|
</div>
|
|
<strong>NEVIS Security Suite</strong>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |