raspiblitz/home.admin/assets/nginx/www_public/index.html
2020-05-24 09:43:20 +01:00

36 lines
774 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>RaspiBlitz Welcome</title>
<!-- custom css goes into status.css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div>
<img src="img/RaspiBlitz_Logo_Main.png" class="rb_logo" alt="RaspiBlitz Logo"/>
<h2 class="text-center">
Welcome
</h2>
<h4>Use one the following link to access your RaspiBlitz</h4>
<p>
Please be aware about HTTPS Certificate Warning! Here is some useful information on that...
</p>
<ul>
<li><a href="https://HOST_SET_BY_NGINX/">INFO</a></li>
</ul>
<br>
</div>
</body>
</html>