diff options
Diffstat (limited to 'updating.php')
-rw-r--r-- | updating.php | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/updating.php b/updating.php new file mode 100644 index 0000000..55f133f --- /dev/null +++ b/updating.php @@ -0,0 +1,64 @@ +<html>
+
+<head>
+<title>Pathery.com - Updating</title>
+
+<style>
+body {
+background-color: #121212;
+color:#ddd
+}
+
+.update {
+ background-color: #222229;
+ margin:0 auto;
+ margin-top: 200px;
+ width:400px;
+ border: 0px outset #aaa;
+ padding: 10px;
+ border-radius: 25px;
+}
+h3 {
+ text-align: center;
+}
+
+.buttons a {
+ margin: 10px;
+ opacity: 0.7;
+ filter: alpha(opacity=70);
+}
+.buttons a:hover {
+ opacity: 1;
+ filter: alpha(opacity=100);
+}
+
+a {
+ text-decoration: underline;
+ color: #aaaa99;
+}
+a:hover {
+ text-decoration: underline;
+ color: #FFFFFF;
+}
+</style>
+
+</head>
+<body>
+
+
+<div class='update'>
+<h3>Pathery.com is updating...</h3>
+<p>Would you like to use this time to be social?</p>
+<div class='buttons'>
+<a href='http://www.facebook.com/Pathery' target='top' title='Facebook' alt='Facebook'><img src='images/btns/facebook.png' /></a>
+<a href='https://twitter.com/Pathery' target='top' title='Twitter' alt='Twitter'><img src='images/btns/twitter.png' /></a>
+<a href='https://plus.google.com/105148482605711831543' target='top' title='Google Plus' alt='Google Plus'><img src='images/btns/googleplus.png' /></a>
+</div>
+<p>The website should return shortly.
+<a href='http://www.pathery.com/' title='(refreshes page)'>Check Now</a>
+</div>
+
+
+
+</body>
+</html>
\ No newline at end of file |