소스 검색

HTML5 for the 404.

master
Ben Kurtovic 10 년 전
부모
커밋
045eb726b9
1개의 변경된 파일19개의 추가작업 그리고 17개의 파일을 삭제
  1. +19
    -17
      404.html

+ 19
- 17
404.html 파일 보기

@@ -1,29 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<title>404 - Earwig</title>
<link rel="stylesheet" href="/css/main.css" type="text/css" />
</head>
<body>
<div id="forkme">
<div id="forkme-box">
<a href="http://github.com/earwig">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="/images/forkme.png" alt="Fork me on GitHub" />
<img id="forkme" src="/images/forkme.png" title="Fork me on GitHub" alt="Fork me on GitHub" />
</a>
</div>
<div id="container">
<div id="header">
<h1 id="head"><a class="incognito" href="/">&iexcl;puno&#8498; &#647;o&#7438; &#58;&#5421;0&#5421;</a></h1>
</div>
<div id="content">
<div id="post">
<p>The page you're looking for doesn't exist &ndash; and I thought I had designed everything so well! *sniff*</p>
<p>Did I delete it? Did I redesign my site and move everything around aimlessly? WAS IT ABDUCTED BY ALIENS!? Who knows? Not my web server.</p>
<p>Well, you're welcome to <a href="/">look around a bit</a>!</p>
<div id="everything">
<div id="container">
<div id="header">
<h1 id="head"><a class="incognito" href="/">&iexcl;puno&#8498; &#647;o&#7438; &#58;&#5421;0&#5421;</a></h1>
</div>
<div id="content">
<div id="post">
<p>The page you're looking for doesn't exist &ndash; and I thought I had designed everything so well! *sniff*</p>
<p>Did I delete it? Did I redesign my site and move everything around aimlessly? WAS IT ABDUCTED BY ALIENS!? Who knows? Not my web server.</p>
<p>Well, you're welcome to <a href="/">look around a bit</a>!</p>
</div>
</div>
<div id="footer">
<p>Copyright &copy; 2011&ndash;2014 Ben Kurtovic &bull; <a href="http://github.com/earwig/earwig.github.com">View Source</a> &bull; <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a></p>
</div>
</div>
<div id="footer">
<p>Copyright &copy; 2011&ndash;2014 Ben Kurtovic &bull; <a href="http://github.com/earwig/earwig.github.com">View Source</a> &bull; <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a></p>
</div>
</div>
</body>


불러오는 중...
취소
저장