Inventario Jakarta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
1.2 KiB

<?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>