Init!!
This commit is contained in:
22
bank-war/web/error/404.xhtml
Normal file
22
bank-war/web/error/404.xhtml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version='1.0' encoding='UTF-8' ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3c.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
||||
xmlns:f="http://java.sun.com/jsf/core">
|
||||
<h:head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css"/>
|
||||
<h:outputStylesheet library="css" name="all.css"/>
|
||||
</h:head>
|
||||
<body class="black-70 pa4">
|
||||
<section class="vh-100 bg-washed-blue baskerville">
|
||||
<header class="tc ph5 lh-copy">
|
||||
<h1 class="f1 f-headline-l code mb3 fw9 dib tracked-tight light-red">504</h1>
|
||||
<h2 class="tc f1-l fw1">La pagina que intentaste acceder no existe 🙄</h2>
|
||||
</header>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
22
bank-war/web/error/500.xhtml
Normal file
22
bank-war/web/error/500.xhtml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version='1.0' encoding='UTF-8' ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3c.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
||||
xmlns:f="http://java.sun.com/jsf/core">
|
||||
<h:head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css"/>
|
||||
<h:outputStylesheet library="css" name="all.css"/>
|
||||
</h:head>
|
||||
<body class="black-70 pa4">
|
||||
<section class="vh-100 bg-washed-blue baskerville">
|
||||
<header class="tc ph5 lh-copy">
|
||||
<h1 class="f1 f-headline-l code mb3 fw9 dib tracked-tight light-red">500</h1>
|
||||
<h2 class="tc f1-l fw1">Lo siento 😅 hubo un error en el servidor</h2>
|
||||
</header>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user