Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 37 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,48 @@
<!DOCTYPE html>
<html>

<head>
<title>Site is down for maintenance</title>
<title>Site de manuntenção</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body { text-align: center; padding: 10%; font: 20px Helvetica, sans-serif; color: #333; }
h1 { font-size: 50px; margin: 0; }
article { display: block; text-align: left; max-width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
body {
text-align: center;
padding: 10%;
font: 20px Helvetica, sans-serif;
color: #333;
}

h1 {
font-size: 50px;
margin: 0;
}

article {
display: block;
text-align: left;
max-width: 650px;
margin: 0 auto;
}

a {
color: #dc8100;
text-decoration: none;
}

a:hover {
color: #333;
text-decoration: none;
}

@media only screen and (max-width : 480px) {
h1 { font-size: 40px; }
h1 {
font-size: 40px;
}
}
</style>
</head>

<body>
<article>
<h1>Site is temporarily unavailable.</h1>
Expand All @@ -23,4 +51,5 @@ <h1>Site is temporarily unavailable.</h1>
<p id="signature">&mdash; <a href="mailto:[Email]">[Name]</a></p>
</article>
</body>
</html>

</html>