-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path404.html
31 lines (29 loc) · 1.07 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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>404 Not Found | Sapporo RubyKaigi (札幌Ruby会議)</title>
<meta content='NOARCHIVE' name='ROBOTS'>
<meta content='NOINDEX,NOFOLLOW' name='ROBOTS'>
<meta content='Mon, 04 Dec 1999 21:29:02 GMT' http-equiv='Expires'>
<meta content='no-cache' http-equiv='Pragma'>
<meta content='no-cache' http-equiv='cache-control'>
<meta content='札幌Ruby会議の公式サイト。' name='description'>
<meta content='札幌 Ruby RubyKaigi' name='keywords'>
<link href='favicon.ico' rel='icon'>
<link href="/stylesheets/common.css" media="screen" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Crete+Round' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="wrapper">
<div id="pageStatus">
<h1>404 Not Found</h1>
<p><a href="/">Go Home</a></p>
</div>
<footer>
<p id="copyright">© 2012 Sapporo RubyKaigi Team</p>
</footer>
</div>
</body>
</html>