public
Description: Functional Blogging
Homepage: http://www.crossconnector.com
Clone URL: git://github.com/artofmission/crossconnector.git
Click here to lend your support to: crossconnector and make a donation at www.pledgie.com !
crossconnector / crossconnector.user / public / maintenance.html
100644 35 lines (28 sloc) 0.774 kb
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
<!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>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
  <title>CrossConnector</title>
  <style type="text/css" media="screen">
    body, html{
      background-color: #999;
    }
    #wrapper{
      width: 30em;
      margin: 3em auto;
      padding: 2em 1em;
      background-color: white;
      border: 4px solid #333;
      text-align: center;
    }
  </style>
  
</head>
 
<body>
<div id="wrapper">
  
  <h1>CrossConnector</h1>
  <h2>We're offline for some quick maintenance.</h2>
  <p>Hopefully we'll be back up and running shortly. </p>
  
</div>
</body>
</html>