mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-10 15:14:30 +02:00
@@ -1,3 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Error</title>
|
||||
<style type="text/css">
|
||||
* { margin: 0; padding: 0; }
|
||||
#gelato-error
|
||||
@@ -223,3 +228,5 @@ function toggle(id, link)
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@@ -1,69 +1,65 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="">
|
||||
<meta charset="utf-8">
|
||||
<title>Error</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body
|
||||
{
|
||||
height:100%;
|
||||
background:#eee;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
height: 100%;
|
||||
font-size: 100%;
|
||||
color:#333;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 100%;
|
||||
height:100%;
|
||||
background:#eee;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
height: 100%;
|
||||
font-size: 100%;
|
||||
color:#333;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 100%;
|
||||
}
|
||||
a
|
||||
{
|
||||
color:#0088cc;
|
||||
text-decoration:none;
|
||||
color:#0088cc;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color:#005580;
|
||||
text-decoration:underline;
|
||||
color:#005580;
|
||||
text-decoration:underline;
|
||||
}
|
||||
h1
|
||||
{
|
||||
font-size: 4em;
|
||||
font-size: 4em;
|
||||
}
|
||||
small
|
||||
{
|
||||
font-size: 0.7em;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
font-size: 0.7em;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
hr
|
||||
{
|
||||
border:0px;
|
||||
border-bottom:1px #ddd solid;
|
||||
border:0px;
|
||||
border-bottom:1px #ddd solid;
|
||||
}
|
||||
#message
|
||||
{
|
||||
width: 700px;
|
||||
margin: 15% auto;
|
||||
width: 700px;
|
||||
margin: 15% auto;
|
||||
}
|
||||
#back-home
|
||||
{
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
position:absolute;
|
||||
padding:10px;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
position:absolute;
|
||||
padding:10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="message">
|
||||
<h1>Error</h1>
|
||||
<hr>
|
||||
<p>Aw, snap! An error has occurred while processing your request.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user