Added most configs required
This commit is contained in:
Executable
+39
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>error 401 - Unauthorized</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="index_files/w3.css">
|
||||
<link rel="stylesheet" href="index_files/css.css">
|
||||
<style>
|
||||
body,h1 {font-family: "Raleway", sans-serif}
|
||||
body, html {height: 100%}
|
||||
.bgimg {
|
||||
background-image: url('image.jpg');
|
||||
min-height: 100%;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
</head><body>
|
||||
|
||||
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
|
||||
<div class="w3-display-topleft w3-padding-large w3-xlarge" style="color:DarkOrange" >
|
||||
Unauthorized
|
||||
</div>
|
||||
<div class="w3-display-middle">
|
||||
<h1 class="w3-jumbo w3-animate-top" style="color:DarkOrange" >error 401</h1>
|
||||
<hr class="w3-border-gray" sstyle="margin:auto;width:40%">
|
||||
<P><font size="4" style="font-weight:bold" color="DarkOrange">You are trying to access this web server directly via an IP Address or from a invalid host header. A valid host header must be supplied.</font></P>
|
||||
|
||||
<P><font size="4" style="font-weight:bold" color="DarkOrange">This connection attempt has been logged</font></P>
|
||||
<P></P>
|
||||
<P><img src="" border="1"></P>
|
||||
</div>
|
||||
<div class="w3-display-bottomleft w3-padding-large">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user