-
Notifications
You must be signed in to change notification settings - Fork 0
/
503.php
90 lines (74 loc) · 2.24 KB
/
503.php
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?php
/*
* 503.php is a static page right now that occurs when the theme goes into maintanence mode.
*/
?>
<!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" xml:lang="en" lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<title>ReeseNews.org | Down for Maintenance</title>
<style type="text/css">
<!--
* { margin: 0; padding: 0; }
body {
font-family: AntennaRE, sans-serif;
font-size: 68%;
text-align: center;
background-color: #ffffff;
-moz-box-shadow: 0px 0px 15px #acacac; /* Firefox */
-webkit-box-shadow: 0px 0px 15px #acacac; /* Safari, Chrome */
box-shadow: 0px 0px 15px #acacac; /* CSS3 */
margin-top: 10px;
width: 940px;
margin-left:auto;
margin-right:auto;
}
.header {
height: 5px;
width: auto;
background-color: #759FC7; }
a { color: #759FC7; }
a:hover { color: #759FC7; }
h1, h2 { color: #000000; line-height: 80px; }
h1 { font-size: 220%; }
#content {margin-top: 130px; }
p {padding-bottom: 10px;}
#content {
padding: 0px 30px;
}
#content table {
padding-left: 80px;
}
#footer {
height: 5px;
width: auto;
background-color: #759FC7;
color: #000000;}
-->
</style>
</head>
<body>
<div class="header">
<img src="http://reesenews.org/files/2010/09/head-tease.png" height="121px" width="940px" alt="Logo" align="center">
</div>
<div id="content">
<br />
<h1>We will be back momentarily.</h1>
<br />
<table width="900px" height="100px"><tbody><tr>
<td align="left" width="400px" valign="top"><a href="http://jomc.unc.edu"><img src="http://reesenews.org/files/2010/09/jomc-logo.png" height="84px" width="200px" border="0" alt="JOMC logo"></a></td>
<td align="left" width="200px" valign="top"><br /><br/>
<p><strong>Reese News Digital Newsroom</strong><br />
<p><strong>Tel:</strong> (919) 843-4734<br />
<strong>Email:</strong> contact@reesenews.org</p><br /></td>
</tr>
</tbody></table>
</div>
</div>
<div id="footer"><br />
</div>
</body>
</html>