The communications platform that puts data protection first.
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.
 
 
 
 
 
Rocket.Chat/private/errors/error_template.html

31 lines
495 B

<html>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.4;
font-size: 18px;
color: #444;
padding: 0 10px;
font-family: sans-serif;
}
h1, h2, h3 {
line-height: 1.2
}
div {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
</style>
<body>
<div>
<h1>$ERROR_TYPE$</h1>
<p>$ERROR_DESCRIPTION$</p>
<p><a href='$SERVER_URL$'>Go home</a></p>
</div>
</body>
</html>