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.
21 lines
445 B
21 lines
445 B
5 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>pastebucket :: error</title>
|
||
|
<link rel="stylesheet" href="/s/pastebucket.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1><a href="{{site_url|safe}}">pastebucket</a></h1>
|
||
|
<hr>
|
||
|
</header>
|
||
|
<main>
|
||
|
<div class="error">
|
||
|
<div class="error_number">{{error_number}}</div>
|
||
|
<div class="error_description">{{error_description}}</div>
|
||
|
</div>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|