34 lines
893 B
HTML
34 lines
893 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hassallab Landing Page</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<h2>Hassallab default landing page</h2>
|
|
<p>
|
|
Questa è la pagina di default.
|
|
Prova a visitare <br>
|
|
<a href="www.app.sw1.hassalab.it"> hassallab default</a>
|
|
<a href="www.app.sw1.sselab.ddns.it"> sselab default</a>
|
|
</p>
|
|
</div>
|
|
<footer>
|
|
<p>© TechWorld with Nana. All Rights Reserved.</p>
|
|
<p>Follow us on:
|
|
<a href="#" style="color: #3b5998;">Linkedin</a> |
|
|
<a href="#" style="color: #00aced;">Twitter</a> |
|
|
<a href="#" style="color: #e4405f;">Instagram</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|