-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4c22216
Showing
481 changed files
with
260,169 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.well-known/acme-challenge/Qyk9y_15bPyMGJEIjPVjuk8xYQTkZIF-aL-hk-HIhhs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Qyk9y_15bPyMGJEIjPVjuk8xYQTkZIF-aL-hk-HIhhs.jZEMHLNK000ngUE7HcClgcZZabsPgBGhEs7DZqgj5eY |
1 change: 1 addition & 0 deletions
1
.well-known/acme-challenge/_RDfG_1489voID9A5hkOlqqu1wJdrwfCbF4TP1gMrIE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_RDfG_1489voID9A5hkOlqqu1wJdrwfCbF4TP1gMrIE.jZEMHLNK000ngUE7HcClgcZZabsPgBGhEs7DZqgj5eY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>File Not Found</title> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" > | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<style type="text/css"> | ||
body { | ||
background-color: #eee; | ||
} | ||
|
||
body, h1, p { | ||
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif; | ||
font-weight: normal; | ||
margin: 0; | ||
padding: 0; | ||
text-align: center; | ||
} | ||
|
||
.container { | ||
margin-left: auto; | ||
margin-right: auto; | ||
margin-top: 177px; | ||
max-width: 1170px; | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
|
||
.row:before, .row:after { | ||
display: table; | ||
content: " "; | ||
} | ||
|
||
.col-md-6 { | ||
width: 50%; | ||
} | ||
|
||
.col-md-push-3 { | ||
margin-left: 25%; | ||
} | ||
|
||
h1 { | ||
font-size: 48px; | ||
font-weight: 300; | ||
margin: 0 0 20px 0; | ||
} | ||
|
||
.lead { | ||
font-size: 21px; | ||
font-weight: 200; | ||
margin-bottom: 20px; | ||
} | ||
|
||
p { | ||
margin: 0 0 10px; | ||
} | ||
|
||
a { | ||
color: #3282e6; | ||
text-decoration: none; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container text-center" id="error"> | ||
<svg height="100" width="100"> | ||
<polygon points="50,25 17,80 82,80" stroke-linejoin="round" style="fill:none;stroke:#ff8a00;stroke-width:8" /> | ||
<text x="42" y="74" fill="#ff8a00" font-family="sans-serif" font-weight="900" font-size="42px">!</text> | ||
</svg> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div> | ||
<h1>File not found (404 error)</h1> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6 col-md-push-3"> | ||
<p class="lead">If you think what you're looking for should be here, please contact the site owner.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
* { | ||
box-sizing: border-box; | ||
} | ||
|
||
body { | ||
font-family: sans-serif; | ||
height: 100vh; | ||
margin: 10px; | ||
|
||
} | ||
|
||
header { | ||
display: none; | ||
} | ||
|
||
.box { | ||
background-color: rgba(0, 0, 0, 0.8); | ||
border-radius: 10px; | ||
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8); | ||
margin: auto 0; | ||
padding: 40px; | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
width:80%; | ||
|
||
} | ||
|
||
.box h2 { | ||
margin: 0 0 30px 0; | ||
padding: 0; | ||
color: violet; | ||
text-align: center; | ||
} | ||
|
||
.box .inputBox label { | ||
color: #fff; | ||
} | ||
|
||
.box .inputBox input { | ||
background: transparent; | ||
border: none; | ||
border-bottom: 1px solid #fff; | ||
color: #fff; | ||
font-size: 18px; | ||
letter-spacing: 2px; | ||
margin-top = 30px;'' | ||
outline: none; | ||
padding: 10px 10px; | ||
width: 100%; | ||
|
||
|
||
} | ||
|
||
|
||
|
||
.suggestions{ | ||
width: 100%; | ||
margin-bottom: 40px; | ||
margin-right: 90px; | ||
color: black; | ||
|
||
} | ||
|
||
.box input[type="submit"], .box button[type="submit"], a.button { | ||
font-family: sans-serif; | ||
background: #03a9f4; | ||
font-size: 11px; | ||
border: none; | ||
border-radius: 5px; | ||
color: #fff; | ||
cursor: pointer; | ||
font-weight: 600; | ||
padding: 10px 20px; | ||
letter-spacing: 2px; | ||
outline: none; | ||
text-transform: uppercase; | ||
text-decoration: none; | ||
margin: 2px 10px 2px 0; | ||
display: inline-block; | ||
|
||
|
||
|
||
} | ||
|
||
.box input[type="submit"]:hover, .box button[type="submit"]:hover, a.button:hover { | ||
opacity: 0.8; | ||
} | ||
|
||
|
||
@media (max-width: 370px){ | ||
.box{ | ||
display: block; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
width: 80%; | ||
|
||
/* margin-right: 16px; */ | ||
} | ||
} | ||
@media (max-width: 600px){ | ||
.box{ | ||
display: block; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
width: 80%; | ||
|
||
/* margin-right: 16px; */ | ||
} | ||
} | ||
|
||
#suggestion{ | ||
height:40px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.