Last active
November 20, 2015 20:38
-
-
Save blackjack-8/c6d9f5654eaaf80e342d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<title>Gatecoin | Maintenance</title> | |
<head> | |
<meta charset="utf-8"> | |
<link href='https://gatecoin.com/public/css/googleFonts.css' rel='stylesheet' type='text/css'> | |
<link rel="icon" href="https://gatecoin.com/public/img/favicon.ico" type="image/png"/> | |
<!--ramen--> | |
<link rel="dns-prefetch" href="https://cdn.ramen.is"> | |
</head> | |
<style> | |
body { text-align: center; padding: 20px; } | |
@media (min-width: 768px){ | |
body{ padding-top: 150px; } | |
} | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; background: url('https://gatecoin.com/public/img/banner_bg.jpg')no-repeat center fixed; z-index: 9; background-size: cover;} | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #F5A533; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> | |
<body> | |
<script> | |
window.ramenSettings = { | |
organization_id: "5642fcc17765620233813101", | |
user: { | |
// Required. If you don't have a name, pass in their email here. | |
name: "test1_18_Nov_2015", | |
// Required. If you don't have email addresses for your logged in users, please contact [email protected] | |
email: "[email protected]", | |
// Required. This must be unique. Changing this creates a new Customer. | |
id: "18112015", | |
question_id: "5642ff07776562122fca3401" | |
} | |
}; | |
</script> | |
<article style=""> | |
<header><img src="https://test.gatecoin.com/public/img/Logo-med.png" style="width:269px;height:auto"/></header> | |
<h1>We’ll be back soon!</h1> | |
<div hidden> | |
<p hidden>::CLOUDFLARE_ERROR_500S_BOX::</p> | |
<p hidden>::ALWAYS_ONLINE_NO_COPY_BOX::</p> | |
</div> | |
<div> | |
<p>We’re performing some maintenance right now, sorry for the inconvenience. Follow our <a href="https://twitter.com/Gatecoin" target="_blank">twitter</a> for latest information, we’ll be back online shortly!</p> | |
<!--<p>Our hosting provider is currently operating a service maintenance starting from Saturday 24/10/2015 at midnight GMT+8. We'll be back online in a short while. Follow our <a href="https://twitter.com/Gatecoin" target="_blank">twitter</a> for latest information, we’ll be back online shortly!</p>--> | |
</div> | |
</article> | |
<script src="https://cdn.ramen.is/assets/ramen.js" async> | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment