22 lines
482 B
Plaintext
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> |