This repository has been archived on 2020-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
polytranslatia/views/error.mustache
2020-02-20 13:08:13 +01:00

22 lines
482 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Poliatranslatia</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
{{> partials/header}}
<h3>Something went wrong</h3>
<code>
{{error}}
</code>
{{> partials/footer}}
</body>
</html>