Skip to content

Instantly share code, notes, and snippets.

@Matthew238
Last active September 28, 2017 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Matthew238/a7175259c50725bd9b63d6946d17624f to your computer and use it in GitHub Desktop.
Save Matthew238/a7175259c50725bd9b63d6946d17624f to your computer and use it in GitHub Desktop.
an experimental static html code for Heroku maintenance mode
<!DOCTYPE html>
<html>
<head>
<meta charaset="utf-8" />
<title>高専ロボコンデータベース</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
.wrap{
background: url(http://3.bp.blogspot.com/-xIvZovJ1qLk/WRaTaKHOP5I/AAAAAAABEQo/WktWXesekkoQ-BuFNkoXPgAD7YnhFTE5wCLcB/s800/machine_robot_contest.png);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.bkRGBA{
height: 746px;
background: rgba(255, 255, 255, 0.75);
}
.text{
font-size: 50px;
}
-->
</style>
</head>
<body>
<div class="wrap">
<div class="bkRGBA" align="center">
<p style="font-size: 50px">メンテナンス中<p>
<br />
<p>現在、高専ロボコンデータベースはメンテナンス中です。</p>
<p>作業を完了するまでお待ちください。</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment