All checks were successful
continuous-integration/drone/push Build is passing
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure. In the end may implement only one or none of these, subject to major design changes. Solves #5409 Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5431 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
30 lines
771 B
HTML
30 lines
771 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>HTTP código de estado 404: Página no encontrada</title>
|
|
</head>
|
|
|
|
<body class="errorpage">
|
|
<h1>HTTP código de estado 404: Página no encontrada</h1>
|
|
<p>
|
|
La página que ha solicitado no se encontró en el servidor web de FSFE.
|
|
Por favor verifique la URI por si hubiera algún error.
|
|
</p>
|
|
<p>
|
|
Si ha seguido un enlace que está roto debería contactar con el
|
|
adminitrador web de la página que le ha redirigido a esta dirección.
|
|
</p>
|
|
<p>
|
|
Si está teniendo problemas con la web de FSFE, por favor comuníqueselo
|
|
a <em>web arroba lists.fsfe.org</em>.
|
|
</p>
|
|
</body>
|
|
|
|
</html><!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|