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;
|
||||
}
|
||||
a {
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
color:#911643;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #90001C;
|
||||
}
|
||||
section {
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -41,7 +46,10 @@
|
|||
<body>
|
||||
<h1>404</h1>
|
||||
<h2>Page non trouvée</h2>
|
||||
<p>Retourner sur le <a href="http://cof.ens.fr/">site du COF</a> ? </p>
|
||||
<p>Retourner sur <a href="http://cof.ens.fr/gestion">GestioCOF</a> ?</p>
|
||||
<section>
|
||||
<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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue