forked from DGNum/gestioCOF
404: english text looks better in italic
This commit is contained in:
parent
2c833daa7f
commit
cedd3cf816
1 changed files with 10 additions and 4 deletions
|
@ -41,19 +41,25 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
.en {
|
||||||
|
font-size: 0.8em;
|
||||||
|
font-style: italic;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 20px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Page non trouvée / Page not found</h2>
|
<h2>Page non trouvée <span class="en">Page not found</span></h2>
|
||||||
<section>
|
<section>
|
||||||
<p>→ retourner sur le <a href="https://cof.ens.fr/">site du COF</a>
|
<p>→ retourner sur le <a href="https://cof.ens.fr/">site du COF</a>
|
||||||
/ back to the <a href="https://cof.ens.fr/">COF's website</a></p>
|
<span class="en">back to the <a href="https://cof.ens.fr/">COF's website</a></span></p>
|
||||||
<p>→ retourner sur <a href="https://cof.ens.fr/gestion">GestioCOF</a>
|
<p>→ retourner sur <a href="https://cof.ens.fr/gestion">GestioCOF</a>
|
||||||
/ back to <a href="https://cof.ens.fr/gestion">GestioCOF</a></p>
|
<span class="en">back to <a href="https://cof.ens.fr/gestion">GestioCOF</a></span></p>
|
||||||
<p>→ retourner sur le <a href="https://cof.ens.fr/k-fet">site de la K-Fêt</a>
|
<p>→ retourner sur le <a href="https://cof.ens.fr/k-fet">site de la K-Fêt</a>
|
||||||
/ back to the <a href="https://cof.ens.fr/k-fet">K-Fêt's website</a></p>
|
<span class="en">back to the <a href="https://cof.ens.fr/k-fet">K-Fêt's website</a></span></p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue