add custom error pages

This commit is contained in:
2022-02-08 22:56:57 -05:00
parent 455fe354c1
commit 8eb956d520
4 changed files with 69 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="m-0 p-0 w-full h-full">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -15,7 +15,7 @@
>
</script>
</head>
<body class="m-0 p-0 min-w-full min-h-full">
<body class="m-0 p-0 w-full h-full">
<%= @inner_content %>
</body>
</html>