Skip to content

Commit

Permalink
Maintenance page.
Browse files Browse the repository at this point in the history
commit a851dbb
Author: Ramón Cahenzli <rca@psy-q.ch>
Date:   Thu Apr 23 17:00:18 2015 +0200

    A maintenance page that is better than nothing.

commit 8d37659
Author: Ramón Cahenzli <rca@psy-q.ch>
Date:   Thu Apr 23 16:38:29 2015 +0200

    Maintenance page skeleton.
  • Loading branch information
psy-q committed Apr 23, 2015
1 parent 46eba6c commit 5fed398
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions public/maintenance.html
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>System temporarily unavailable</title>
<style type="text/css">
body {
background: #efefef;
}

h1 {
margin-left: 2em;
}

article.notice {
background: #fff;
border: 1px solid #ccc;
padding: 2em 4em 2em 4em;
/*margin-left: 15%;
margin-right: 15%;*/
}

p.line {
margin-top: 1.8em;
margin-bottom: 1.4em;
padding: 0;
border-top: 1px solid #cfcfcf;
}

h2 {
margin-top: 0.4em;

}
</style>
</head>
<body>
<h1>leihs</h1>
<article class="notice">
<h2>System temporarily unavailable</h2>
<p>
The system is currently being upgraded and will be back soon.
</p>
<p class="line"></p>

<h2>System vorübergehend nicht verfügbar</h2>
<p>
Wir installieren gerade eine neue Version des Systems. Es sollte bald wieder verfügbar sein.
</p>
</article>
</body>
</html>

0 comments on commit 5fed398

Please sign in to comment.