diff --git a/public/maintenance.html b/public/maintenance.html index 52674669b93c2e00b6de8ad0cfb23923d38e59a7..ed010a4baa92f900b8869a5d10985589dfafe879 100644 --- a/public/maintenance.html +++ b/public/maintenance.html @@ -16,7 +16,7 @@ border-right-color: #999; border-bottom-color: #999; } - h1 { font-size: 100%; color: #00F; line-height: 1.5em; } + h1 { font-size: 110%; color: #00F; line-height: 1.5em; } </style> </head> @@ -24,8 +24,10 @@ <!-- This file lives in public/maintenance.html --> <div class="dialog"> - <h1>This application is currently under maintenance.</h1> - <p>We're updating the application software and we should be back shortly. Thank you for your patience.</p> + <h1>ohwr.org is currently under maintenance</h1> + <p>We're updating the application and it should be back shortly. Thank you for your patience.</p> + <hr /> + <p>OHR <a href="http://lists.ohwr.org">mailing lists</a>, Git & <a href="http://svn.ohwr.org">SVN</a> should be working normally</p> </div> </body> </html>