-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path500.html
More file actions
26 lines (24 loc) · 1.06 KB
/
500.html
File metadata and controls
26 lines (24 loc) · 1.06 KB
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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Showclock 500</title>
<meta name="author" content="">
<meta name="description" content="">
<meta property="og:image" content="">
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="icon" type="image/png" href="./assets/img/favicon.ico">
</head>
<body>
<div class="mw9 center ph2 ph4-ns white">
<div class="mw7 center ph2 pt4 pb4 pb5-ns tc lh-copy">
<img class="mt4 mt5-ns" src="./assets/img/logo-showclock.svg" alt="Showclock!" style="height:24px;">
<img class="db center mw6 mv4" src="./assets/img/500.gif">
<h2 class="mv0 f4 f3-ns fw4 lh-copy">Error 500</h2>
<p class="measure-narrow dib f5 f4-ns lh-copy o-60">Internal server error has occured. Go to <a class="link-def dib" href="">homepage</a> or <a class="link-def dib" href="">contact us</a>.</p>
</div>
</div>
</body>
</html>