-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
35 lines (29 loc) · 1.13 KB
/
404.html
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
27
28
29
30
31
32
33
34
35
<!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">
<meta name="description" content="Collaboratively funded software development">
<meta name="keywords" content="Open Source, API">
<meta name="author" content="Tom Christie">
<title>Encode</title>
<link href="http://fonts.googleapis.com/css?family=Roboto:100,300,400,700" rel="stylesheet">
<link href="css/toolkit-minimal.css" rel="stylesheet">
<link href="css/application-minimal.css" rel="stylesheet">
<link rel="icon" type="image/png" href="img/icon.png">
<style>
.app-block-intro {padding: 60px 0px}
.block-bordered-lg {padding-top: 50px; padding-bottom: 0px}
.app-block-footer {background: white; padding-bottom: 20px}
</style>
</head>
<body>
<div class="block app-block-intro">
<div class="container text-center">
<h1 class="block-title m-b-sm text-uppercase app-myphone-brand">404</h1>
<p class="lead">Nothing to see here</p>
</div>
</div>
</body>
</html>