forked from samdutton/simpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.shtml
23 lines (20 loc) · 788 Bytes
/
404.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta name="keywords" content="Sam Dutton, HTML5, JavaScript" />
<meta name="description" content="Simplest possible examples of HTML, CSS and JavaScript." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<base target="_blank">
<title>simpl.info 404</title>
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<div id="container">
<h1><a href="/index.html" title="simpl.info home page">simpl.info</a> 404 error (page not found)</h1>
<p>Sorry. Couldn't find what you were looking for.</p>
<p>Could be time to go <a href="/index.html" title="simp.info home page">home</a>.</p>
</div>
<script src="../js/lib/ga.js"></script>
</body>
</html>