Created
January 4, 2018 03:38
-
-
Save Domon/911a068c8f6cc493c19c71e69e841efc to your computer and use it in GitHub Desktop.
From https://www.binance.com/.
This file contains hidden or 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> | |
<html> | |
<head lang="en"> | |
<meta charset="utf-8" /> | |
<meta name="format-detection" content="telephone=no,email=no,address=no"> | |
<title>Binance</title> | |
<link rel="Shortcut Icon" href="favicon.ico"> | |
</head> | |
<style> | |
body{margin: 0} | |
.img{width: 611px;margin: 68px auto 0} | |
.info{width: 370px;margin: 0 auto ;text-align: center;} | |
.info h3{margin: 0;font-size: 25px;color: #333;font-weight: normal;} | |
.info p{font-size: 14px;font-family: Arial;color: #333;line-height: 18px;margin: 0} | |
</style> | |
<body> | |
<div class="info"> | |
<h3>System is upgrading......</h3> | |
<p>System is upgrading......</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment