Update to current Perl
This commit is contained in:
parent
ebd46d86d4
commit
3cc88f8150
57 changed files with 11638 additions and 665 deletions
38
www/maintenance.html
Normal file
38
www/maintenance.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Site Down For Maintenance</title>
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta http-equiv="Expires" content="Sat, 01 Dec 2001 00:00:00 GMT">
|
||||
<style type="text/css">
|
||||
.text {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
font-family: georgia, verdana, helvetica, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
top: 40%;
|
||||
width: 95%;
|
||||
text-align: center;
|
||||
text-shadow: black 2px 2px 2px; /* safari */
|
||||
filter:progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color='black', positive='true') /* ie */
|
||||
}
|
||||
.header {
|
||||
font-size: 30px;
|
||||
}
|
||||
.body {
|
||||
background-color: #6974DE;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="text">
|
||||
<div class="header">Maintenance</div>
|
||||
<p> This site is currently undergoing maintenance. Please check back again shortly. </p>
|
||||
</div>
|
||||
<img src="/extras/background.jpg" border="0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue