-
Notifications
You must be signed in to change notification settings - Fork 1
/
403.html
53 lines (44 loc) · 1.64 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
<link rel="shortcut icon" href="img/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- STYLES -->
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<!-- Font Awesome 4.7.0 -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<section>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-12 col-lg-12">
<h1>Access forbidden </h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
<p class="content">If you think this is an error contact your system administrator.</p>
</div>
</div>
<div class="row" id="social">
<div class="col-xs-12 col-md-12 col-lg-12">
<a title="Twitter" href="https://twitter.com/OetenStudio" target="_blank"><i
class="fa fa-twitter-square fa-3x"></i></a>
<a title="Skype" href="skype:pashcovich_?chat"><i class="fa fa-skype fa-3x"></i></a>
<a title="Telegram" href="https://t.me/pashcovich"><i class="fa fa-telegram fa-3x"></i></a>
<a title="Email" href="mailto:[email protected]"><i class="fa fa-envelope fa-3x"></i></a>
</div>
</div>
</div>
</section>
</body>
</html>