-
Notifications
You must be signed in to change notification settings - Fork 0
/
403.html
23 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html style="height:100%">
<head>
<title> 403 Forbidden
</title>
</head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; ">
<div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
<h2 style="margin-top:20px;font-size: 30px;">Forbidden
</h2>
<p>Access to this resource on the server is denied!</p>
</div>
</div>
<div style="color:#fff; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#dd3333;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
<center>
<br>Please Back to Our Website :)
<a style="color:#fff;" href="index.html">Sysfotech E-magz & Blog</a>
</center>
</div>
</body>
</html>