forked from DGNum/gestioCOF
Add K-Psul on the 404 page
This commit is contained in:
parent
98cce25f4c
commit
c957ab2b72
1 changed files with 13 additions and 5 deletions
|
@ -31,9 +31,14 @@
|
||||||
padding-bottom: 1vh;
|
padding-bottom: 1vh;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
color:#911643;
|
color: #90001C;
|
||||||
|
}
|
||||||
|
section {
|
||||||
|
display: inline-block;
|
||||||
|
margin: auto;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -41,7 +46,10 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Page non trouvée</h2>
|
<h2>Page non trouvée</h2>
|
||||||
<p>Retourner sur le <a href="http://cof.ens.fr/">site du COF</a> ? </p>
|
<section>
|
||||||
<p>Retourner sur <a href="http://cof.ens.fr/gestion">GestioCOF</a> ?</p>
|
<p>→ retourner sur le <a href="https://cof.ens.fr/">site du COF</a> ?</p>
|
||||||
|
<p>→ retourner sur <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> ?</p>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue