-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
29 lines (24 loc) · 949 Bytes
/
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
<!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">
</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>