-
Notifications
You must be signed in to change notification settings - Fork 8
/
403.html
106 lines (94 loc) · 3.57 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Repsheet - Forbidden</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Repsheet">
<meta name="author" content="Aaron Bedra">
<link href="assets/css/framework.css" rel="stylesheet">
<link href="assets/css/typography.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/widgets.css" rel="stylesheet">
<link href="assets/css/form.css" rel="stylesheet">
<link href="assets/css/icons.css" rel="stylesheet">
<link href="assets/css/colors.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="stylesheet">
<link href="assets/css/fonts/glyphicons/style.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/customizer.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="main-wrapper" class="wide">
<header id="main-header">
<div id="header-top">
<div class="container">
<div class="sixteen columns">
<div id="logo-container">
<div id="logo-center">
<a href="index.html"><h1>Repsheet</h1></a>
</div>
</div>
<div class="tagline">Reputational Intelligence Engine</div>
<nav id="main-nav">
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<section id="main-content">
<div class="container">
<div class="eight columns offset-by-four">
<div class="error-page">
<h2 class="error-code">403</h2>
<h3>Forbidden</h3>
<p>You have done something to anger the gods</p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div id="footer-top">
<div class="container">
<div class="one-third column">
<h3>About</h3>
<p>
Repsheet was designed and implemented
by <a href="https://github.com/abedra">Aaron
Bedra</a>.
</p>
</div>
</div>
</div>
<div id="footer-bottom">
<div class="container">
<div class="eight columns">
Copyright © Aaron Bedra 2013-2016. All Rights Reserved.
</div>
<div class="eight columns">
<ul class="footer-nav">
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<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');
ga('create', 'UA-37272539-2', 'getrepsheet.com');
ga('send', 'pageview');
</script>
</body>
</html>