-
Notifications
You must be signed in to change notification settings - Fork 2
/
503.php
executable file
·45 lines (39 loc) · 2.3 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
<!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">
<?php $theme_path ='http://turpial.org.ve/wp-content/themes/turpial-2.0'; ?>
<head>
<title>Turpial - Under maintenance</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="http://turpial.org.ve/wp-content/themes/turpial-2.0/images/favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo $theme_path; ?>/maintenance.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="page">
<div id="logo"></div>
<div id="logo2"></div>
<h1>Website Under Maintenance</h1>
<h3>We're badgering around with the system, please come back after we've cleaned up the mess.</h3>
<p>In the meantime you can contact us via <a href="http://twitter.com/TurpialVe">Twitter</a> or help us donating via
<a href="http://flattr.com/thing/452623/Turpial">Flattr</a> and
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3QDYV3JLXPQ7U">Paypal</a></p>
</div>
</div>
<div id="footer">
<div id="footer-content">
<div id="footer-copyright">
<img alt="turpial logo" src="<?php echo $theme_path; ?>/images/footer-logo.png" width="70" />
<p>© Turpial is software libre under GPLv3 license</p>
</div>
<div id="footer-icons">
<a href="http://twitter.com/satanas82">by satanas82</a>
<a href="http://wordpress.org" title="Este sitio corre bajo Wordpress"><img alt="Wordpress logo" src="<?php echo $theme_path; ?>/images/wordpress-logo.png" width="40" /></a>
<a href="http://validator.w3.org/check?uri=referer" title="Este sitio valida XHTML Strict"><img alt="W3C Validator" src="<?php echo $theme_path; ?>/images/w3c-logo.png" width="40" /></a>
</div>
</div>
</div>
</body>
</html>