404: english text looks better in italic

This commit is contained in:
Martin Pépin 2020-09-07 20:16:16 +02:00
parent 2c833daa7f
commit cedd3cf816
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -41,19 +41,25 @@
text-align: left;
padding: 10px;
}
.en {
font-size: 0.8em;
font-style: italic;
display: inline-block;
margin: 0 20px;
}
</style>
</head>
<body>
<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>
<p>&rarr; 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>&rarr; 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>&rarr; 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>
</body>
</html>