forked from SUSE/hackweek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path500.html
More file actions
25 lines (24 loc) · 746 Bytes
/
Copy path500.html
File metadata and controls
25 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Something went wrong | Hackweek</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/common.css">
</head>
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<div class="err-code">
<span>5</span>
<div>(0_0)</div>
<span>0</span>
</div>
<h1>We're sorry, but something went wrong.</h1>
<p>
How about you <a href="https://github.com/SUSE/hackweek/issues">file an issue</a> on github and let us know what you did? That would be AWESOME!
</p>
<p> Head back <a href="/">Home</a></p>
</div>
</body>
</html>