forked from satanas/wp-turpial-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
503.php
executable file
·22 lines (18 loc) · 1.04 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
<!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>Turpial - Out of service</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="http://turpial.org.ve/wp-content/themes/turpial-2.0/maintenance.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<img id="logo" src="http://turpial.org.ve/wp-content/themes/turpial-2.0/images/turpial-logo-maintenance.png" alt="Turpial logo" width="165"/>
<img id="pajarito-morido" src="http://turpial.org.ve/wp-content/themes/turpial-2.0/images/turpial-wet-floor.png" alt="Wet Floor" width="190"/>
<h1></h1>
<p>We're cleaning da house. Please come back in a while</p>
<p id="links"><a href="http://dev.turpial.org.ve/projects/turpial/issues/">Report bug</a> <a href="http://twitter.com/turpialve">Turpial in twitter</a></p>
</div>
</body>
</html>