From 3d15630851aaf4361bda05bb43c2f4f742160079 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi <fabio.sinibaldi@isti.cnr.it> Date: Wed, 5 Mar 2025 15:30:03 +0100 Subject: [PATCH] Default Content --- .../first-level-nginx/content/index.html | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dockerized/first-level-nginx/content/index.html diff --git a/dockerized/first-level-nginx/content/index.html b/dockerized/first-level-nginx/content/index.html new file mode 100644 index 0000000..3c7ee17 --- /dev/null +++ b/dockerized/first-level-nginx/content/index.html @@ -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>