-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width; initial-scale=1.0, maximum-scale=1"> | ||
<link href="http://gmpg.org/xfn/11" rel="profile"> | ||
|
||
<title> | ||
Did · A Jekyll theme, with personalities | ||
</title> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" href="/public/css/did.css"> | ||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400"> | ||
|
||
<!-- Icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/touch-icon-144-precomposed.png"> | ||
<link rel="shortcut icon" href="/public/favicon.ico"> | ||
|
||
<!-- RSS --> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> | ||
</head> | ||
<body> | ||
|
||
<div class="sidebar" id="sidebar"> | ||
|
||
<div class="sidebar-item"> | ||
<p>Did is a <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme with multiple personalities: the content, and the chrome. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.</p> | ||
</div> | ||
|
||
<nav class="sidebar-nav"> | ||
<a class="sidebar-nav-item" href="/">Home</a> | ||
<a class="sidebar-nav-item" href="/about/">About</a> | ||
<a class="sidebar-nav-item" href="https://github.com/mdo/did/archive/v{{ site.version }}.zip">Download</a> | ||
<a class="sidebar-nav-item" href="https://github.com/mdo/did">GitHub project</a> | ||
<span class="sidebar-nav-item">Currently v1.0.0</span> | ||
</nav> | ||
|
||
<div class="sidebar-item"> | ||
<p>© 2014. All rights reserved.</p> | ||
</div> | ||
</div> | ||
|
||
<div class="wrap"> | ||
<a href="#sidebar" class="sidebar-show">☰</a> | ||
<a href="#" class="sidebar-hide">☰</a> | ||
|
||
<div class="masthead"> | ||
<h3 class="masthead-title"> | ||
<a href="/" title="Home">Did</a> | ||
<small>A Jekyll theme, with personalities</small> | ||
</h3> | ||
</div> | ||
|
||
<div class="content container"> | ||
<div class="page"> | ||
<h1 class="page-title">404: Page not found</h1> | ||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Visit the home page</a> to see if you can find it manually. Thanks!</p> | ||
<hr> | ||
<h3>Heads up!</h3> | ||
<p>This is a basic 404 page for use with GitHub Pages. It's source code is not generated by Jekyll.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> | ||
--- | ||
layout: default | ||
title: "404: Page not found" | ||
--- | ||
|
||
<div class="page"> | ||
<h1 class="page-title">404: Page not found</h1> | ||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p> | ||
</div> |