-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.php
43 lines (43 loc) · 1.53 KB
/
403.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>scalabrine | 403</title>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600%7CSource+Code+Pro" rel="stylesheet" />
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<!--[if lte IE 8]><script src="js/html5shiv.js" type="text/javascript"></script><![endif]-->
<script src="/old/js/skel.min.js"></script>
<script>
skel.init({
prefix: '/old/css/style',
preloadStyleSheets: true,
resetCSS: true,
boxModel: 'border',
grid: { gutters: 30 },
breakpoints: {
wide: { range: '1200-', containers: 1140, grid: { gutters: 50 } },
narrow: { range: '481-1199', containers: 960 },
mobile: { range: '-480', containers: 'fluid', lockViewport: true, grid: { collapse: true } }
}
});
document.write('<link rel="stylesheet" href="/old/css/font-awesome.min.css" />')
</script>
</head>
<body>
<div class="container">
<!-- Hero -->
<section id="hero">
<h2>403</h2>
<i class="fa fa-exclamation-circle fa-3x"></i>
<p>you do not have dominion over the page you seek.</p>
</section>
<!-- Footer -->
<footer>
<div id="footer">
© scalabrine.
</div>
</footer>
</div>
</body>
</html>