15 lines
No EOL
379 B
HTML
15 lines
No EOL
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Fail</title>
|
|
</head>
|
|
<style>
|
|
.whole {max-width: 500px; margin: auto;}
|
|
</style>
|
|
<body>
|
|
<div class="whole">
|
|
<h1 style="color: red;">Something went wrong :(</h1>
|
|
<div><a href="javascript:history.back()"><h2>Go Back to main page</h2></a></div>
|
|
</div>
|
|
</body>
|
|
</html> |