Skip to content
Snippets Groups Projects
Commit 28d92473 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

add a link to home page on main title

parent 0a0dbaf1
Branches
Tags
No related merge requests found
...@@ -49,6 +49,11 @@ header h1 { ...@@ -49,6 +49,11 @@ header h1 {
text-align: center; text-align: center;
} }
header a, header a:visited, header a:active, header a:link {
color:inherit;
text-decoration: none;
}
/* main */ /* main */
main { main {
padding: 1rem 0.5rem; padding: 1rem 0.5rem;
......
...@@ -28,7 +28,7 @@ ...@@ -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.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> <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> </div>
<h1>eduGAIN Access Check</h1> <h1>[% app.url %]eduGAIN Access Check</a></h1>
</header> </header>
<main> <main>
......
...@@ -28,7 +28,7 @@ ...@@ -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.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> <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> </div>
<h1>eduGAIN Access Check</h1> <h1><a href="[% app.url %]">eduGAIN Access Check</a></h1>
</header> </header>
<main> <main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment