This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
/
404.html
92 lines (85 loc) · 3.22 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Built By Will"/>
<meta name="copyright" content="© @@year Built By Will"/>
<meta name="description" content="Booklet - jQuery Plugin" />
<meta name="keywords" content="booklet, jquery, plugin, page flip, page turn, flipbook" />
<link type="image/x-icon" href="favicon.ico" rel="shortcut icon" />
<title>Page Not Found :(</title>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- build:css(.) content/styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/angular-motion/dist/angular-motion.css" />
<link rel="stylesheet" href="bower_components/toastr/toastr.css" />
<link rel="stylesheet" href="bower_components/highlightjs/styles/default.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.) content/styles/styles.css -->
<link href="gh-pages-src/content/styles/common.css" type="text/css" rel="stylesheet" media="screen, projection, tv" />
<link href="gh-pages-src/content/styles/booklet.css" type="text/css" rel="stylesheet" media="screen, projection, tv" />
<!-- endbuild -->
<base href="/booklet/">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser.
Please <a href="//browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<header>
<h1><a href="/booklet">Booklet - jQuery Plugin</a></h1>
<nav>
<ul>
<li><a href="/booklet">Home</a></li>
<li><a href="/booklet/#/installation">Installation</a></li>
<li><a href="/booklet/#/documentation">Documentation</a></li>
<li><a href="/booklet/#/demos">Demos</a></li>
<li><a href="/booklet/#/changelog">Change Log</a></li>
</ul>
</nav>
<div class="clear"></div>
</header>
<aside>
<h3>Download</h3>
<div class="download-area">
<h3><a href="https://github.com/builtbywill/booklet/archive/master.zip" id="download-btn">
Download jQuery Booklet
<span>
v@@version
<!-- •
159KB -->
</span>
</a></h3>
</div>
</aside>
<section id="content" class="sub-content">
<h2>Not Found <a href="http://www.myinstants.com/instant/the-price-is-right-losing-horn/" target="_blank" style="border:none; font-weight:bold;">:(</a></h2>
<p>It looks like the page you were trying to access does not exist. Check the URL and try again!</p>
</section>
<footer>
<p><a href="/">© 2010 - @@year</a></p>
</footer>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
var hostname = window.location.hostname;
if (hostname.indexOf('localhost') === -1) {
ga('create', 'UA-5500036-2', 'builtbywill.com');
}
</script>
</body>
</html>