This repository has been archived by the owner on May 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
66 additions
and
16 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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"/> | ||
<meta name="csrf-token" content="" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata|Open+Sans:400,400i,600,700" crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="/css/application.css" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<title>418 · timetab.io</title> | ||
</head> | ||
<body> | ||
<!--googleoff: all--> | ||
<noscript> | ||
<div class="page-banner"> | ||
For full functionality it is necessary to enable JavaScript. | ||
</div> | ||
</noscript> | ||
<div class="page-banner" id="outdated-browser" hidden> | ||
You are using an outdated browser. For full functionality update to a newer browser. | ||
</div> | ||
<!--googleon: all--> | ||
<main> | ||
<div> | ||
<div class="error-header"> | ||
<img src="/images/paper-logo.svg" alt="timetab.io" /> | ||
</div> | ||
|
||
<div class="error-content"> | ||
<h1 class="title">"418"</h1> | ||
<p class="description">I'm a teapot.</p> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer class="page-footer"> | ||
<nav class="nav"></nav> | ||
|
||
<div class="logo"> | ||
© 2017 timetab.io | ||
</div> | ||
|
||
<div class="copyright"></div> | ||
|
||
</footer> | ||
|
||
<script src="/js/browser.js" async></script> | ||
<script src="/js/polyfills.js" defer></script> | ||
<script src="/js/application.js" defer></script> | ||
</body> | ||
</html> |
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
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
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