-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy path403.html
86 lines (73 loc) · 4.54 KB
/
403.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
<!DOCTYPE html>
<!-- begin doc -->
<html lang="en">
<!-- begin header -->
<head>
<!-- begin meta -->
<title>403 means Forbidden | Chris L Keller...</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" id="meta-viewport" content="width=device-width,minimum-scale=1,maximum-scale=1" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="description" content="My name is Chris Keller. I tinker. Too much. So right now these are in different states of done. At some point, I will make them more done. Until then, I continue to tinker." />
<meta name="keywords" content="chris keller, projects, portfolio, chris l keller" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://projects.chrislkeller.com/icon.png" />
<meta property="og:title" content="Featured Projects | Chris L Keller..." />
<meta property="og:url" content="http://projects.chrislkeller.com/" />
<meta property="og:description" content="My name is Chris Keller. I tinker. Too much. So right now these are in different states of done. At some point, I will make them more done. Until then, I continue to tinker." />
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://projects.chrislkeller.com/">
<meta name="twitter:domain" content="http://projects.chrislkeller.com/">
<meta name="twitter:site" content="ChrisLKeller">
<meta name="twitter:creator:id" content="ChrisLKeller">
<meta name="twitter:title" content="Featured Projects | Chris L Keller...">
<meta name="twitter:description" content="My name is Chris Keller. I tinker. Too much. So right now these are in different states of done. At some point, I will make them more done. Until then, I continue to tinker.">
<meta name="twitter:image:src" content="http://projects.chrislkeller.com/icon.png">
<!-- end meta -->
<!-- begin css -->
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Varela+Round" />
<link rel="stylesheet" type="text/css" href="static-files/css/project-styles.css" />
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css" />
<!-- end css -->
<!-- begin base scripts -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<!-- end base scripts -->
</head>
<!-- end header -->
<!-- begin body -->
<body>
<div id="projects-header"></div>
<div class="container-fluid">
<h2>403 means Forbidden</h2>
<p>You don't have permission to access this directory. Do any of these interest you?</p>
<div id="other-projects-content"></div>
</div>
</div>
<div id="projects-footer"></div>
<!-- begin scripts -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js"></script>
<script src="static-files/scripts/handlebars-ajax.js"></script>
<script src="static-files/scripts/swag.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="static-files/scripts/template-scripts.js"></script>
<script src="static-files/scripts/data-script.js"></script>
<!-- end scripts -->
<!-- begin analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20502211-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- end analytics -->
</body>
<!-- end body -->
</html>
<!-- end document -->