Compare commits
2 Commits
cc4e145921
...
337c3c9256
| Author | SHA1 | Date |
|---|---|---|
|
|
337c3c9256 | |
|
|
3d15630851 |
|
|
@ -0,0 +1,33 @@
|
||||||
|
<!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>
|
||||||
|
|
@ -6,4 +6,7 @@ services:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
|
volumes:
|
||||||
|
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
- ../content/index.html:/var/www/default/index.html
|
||||||
Loading…
Reference in New Issue