IVAN ALEJANDRO PADILLA CORDOVA
6 months ago
10 changed files with 115 additions and 8 deletions
@ -0,0 +1,35 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE html> |
|||
<html xmlns="http://www.w3.org/1999/xhtml" |
|||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets" |
|||
xmlns:h="http://xmlns.jcp.org/jsf/html" |
|||
xmlns:f="http://xmlns.jcp.org/jsf/core" |
|||
xmlns:p="http://primefaces.org/ui"> |
|||
<h:head> |
|||
<title>Error</title> |
|||
<style> |
|||
|
|||
body { |
|||
background-image: url('../resources/css/images/fondoLogin3.png'); |
|||
background-size: auto; |
|||
background-position: center; |
|||
background-repeat: no-repeat; |
|||
font-family: Arial, sans-serif; /* Cambia la fuente según necesites */ |
|||
margin: 0; |
|||
padding: 0; |
|||
} |
|||
</style> |
|||
</h:head> |
|||
<h:body> |
|||
<center> |
|||
<h1>Error</h1> |
|||
<p>Se ha detectado un error. Por favor, vuelve hacia atras y recarga la página e intenta de nuevo.</p> |
|||
<p><strong>Nota:</strong> Si el problema persiste, por favor, contacta al administrador del sistema.</p> |
|||
</center> |
|||
<f:view> |
|||
<h:form> |
|||
<h:commandButton value="Recargar página" action="#{facesContext.externalContext.redirect(facesContext.externalContext.requestContextPath + '/login.xhtml')}" style="background-color: blue; color: white;" /> |
|||
</h:form> |
|||
</f:view> |
|||
</h:body> |
|||
</html> |
Loading…
Reference in new issue