forked from DGNum/gestioCOF
404.html: English version + tighter header
This commit is contained in:
parent
2a05c2247c
commit
2c833daa7f
1 changed files with 9 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<title>COF ENS - Page non trouvée</title>
|
<title>COF ENS - Page non trouvée / Page not found</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0; minimum-scale=1.0;">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0; minimum-scale=1.0;">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "fonts/SourceSansPro/sourceSansPro.css" %}"/>
|
<link rel="stylesheet" type="text/css" href="{% static "fonts/SourceSansPro/sourceSansPro.css" %}"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
font-size:30vh;
|
font-size:30vh;
|
||||||
color:white;
|
color:white;
|
||||||
background:#5B0012;
|
background:#5B0012;
|
||||||
padding-top:10vh;
|
padding-top:1vh;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size:5vh;
|
font-size:5vh;
|
||||||
|
@ -46,11 +46,14 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Page non trouvée</h2>
|
<h2>Page non trouvée / Page not found</h2>
|
||||||
<section>
|
<section>
|
||||||
<p>→ retourner sur le <a href="https://cof.ens.fr/">site du COF</a> ?</p>
|
<p>→ retourner sur le <a href="https://cof.ens.fr/">site du COF</a>
|
||||||
<p>→ retourner sur <a href="https://cof.ens.fr/gestion">GestioCOF</a> ?</p>
|
/ back to the <a href="https://cof.ens.fr/">COF's website</a></p>
|
||||||
<p>→ retourner sur le <a href="https://cof.ens.fr/k-fet">site de la K-Fêt</a> ?</p>
|
<p>→ retourner sur <a href="https://cof.ens.fr/gestion">GestioCOF</a>
|
||||||
|
/ back to <a href="https://cof.ens.fr/gestion">GestioCOF</a></p>
|
||||||
|
<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>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue