diff --git a/resources/css/style.css b/resources/css/style.css
index dd1b48e05eb58510e37201d57ae0e9bd15d16144..e50dd2e371ecc6e0fa45d5a72a09fd4cb7c5655e 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -49,6 +49,11 @@ header h1 {
     text-align: center;
 }
 
+header a, header a:visited, header a:active, header a:link {
+    color:inherit;
+    text-decoration: none;
+}
+
 /* main */
 main {
     padding: 1rem 0.5rem;
diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html
index 165719c26ae37580b84b3b9d90c5a5ee270ab4cb..f3b81c089219fe6b64801d180aa9d7ed21779de2 100644
--- a/templates/web/en/index.tt2.html
+++ b/templates/web/en/index.tt2.html
@@ -28,7 +28,7 @@
                 <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="float-left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a>
                 <a href="http://www.geant.net" title="Geant home page" target="_blank" class="float-right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a>
             </div>
-            <h1>eduGAIN Access Check</h1>
+            <h1>[% app.url %]eduGAIN Access Check</a></h1>
         </header>
 
         <main>
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 7f7160ce73ac0984fa065c7a6e014786ea4c21c9..eb1ce762c7721fb998197611c36a8786baa4b186 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -28,7 +28,7 @@
                 <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="float-left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a>
                 <a href="http://www.geant.net" title="Geant home page" target="_blank" class="float-right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a>
             </div>
-	    <h1>eduGAIN Access Check</h1>
+            <h1><a href="[% app.url %]">eduGAIN Access Check</a></h1>
         </header>
 
         <main>