-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.html
28 lines (28 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>403 Not Authorized</title>
<meta property="og:title" content="You are not allowed to visit this page." />
<meta property="og:type" content="website" />
<meta property="og:description" content="You are not allowed to visit this page" />
<!-- https://github.com/marpisco/404-page !-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
body {background-color:gray}
p {font-family:Ubuntu;color:white}
p.title {font-size:22px}
</style>
</head>
<body>
<h1>‌</h1>
<h1>‌</h1>
<h1>‌</h1>
<h1>‌</h1>
<center><img width="60" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.photographylife.com%2Fwp-content%2Fuploads%2F2014%2F09%2FNikon-D750-Image-Samples-2.jpg&f=1&nofb=1&ipt=8898642d71dbe8b2a4e1f8d59e51867926d5ef803bc105c6f6aa34042202e447&ipo=images"></center>
<center><p><b>yoursitename</b></p></center>
<center><p><b>403 Unauthorized</b></p></center>
<center><p>You cannot visit this webpage.</p></center>
<center><p>If you are the domain administrator, <a href="mailto:[email protected]">contact</a> this server administrators.</p></center>
<center><p>If you are this websites user, please try again.</p></center>
</body>
</html>