Astra Security
This commit is contained in:
93
libraries/plugins/phpMussel/vault/template_default.html
Normal file
93
libraries/plugins/phpMussel/vault/template_default.html
Normal file
@@ -0,0 +1,93 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Attention!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
|
||||
* {
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
color: #888;
|
||||
display: table;
|
||||
font-family: sans-serif;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #555;
|
||||
font-size: 2em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.image{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
div.image img{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px){
|
||||
div.image img{
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
div.go-back{
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
div.go-back a{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
p{
|
||||
width: 600px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
@media only screen and (max-width: 280px) {
|
||||
|
||||
body, p {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
margin: 0 0 0.3em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class='image'>
|
||||
<img alt='What ASTRA Means' src='http://getastra.com/assets/images/hotlink-ok/astra-logo-landing-pages.png'>
|
||||
</div>
|
||||
<h1>Sorry, this is not allowed.</h1>
|
||||
<p>Thank you for visiting our website, unfortunately our website protection system has detected an issue with your IP address and wont let you proceed any further.</p><p><div id="denied_reason">{detected}</div></p><p>If you feel this is an error, please email us with the time you had the issue to <a href="http://www.google.com/recaptcha/mailhide/d?k=010oT_m-KaM1cds2YHMXfU2Q==&c=6TiUt-SmF4ys8D95_Bt9SiBai57tUgR85VJXosPO2Dc=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\x3d010oT_m-KaM1cds2YHMXfU2Q\x3d\x3d\x26c\x3d6TiUt-SmF4ys8D95_Bt9SiBai57tUgR85VJXosPO2Dc\x3d', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">s...</a>@getastra.com. Thank you for your patience.</p>
|
||||
<p><small><a href='https://www.getastra.com/'>https://www.getastra.com/</a></small></p>
|
||||
|
||||
<div class='go-back'>
|
||||
<p><a href='/'>Go to Homepage</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->
|
||||
Reference in New Issue
Block a user