blob: 29bb1c382c941dcfd8c5df2df5717f4317f08778 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Service Unavailable</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: Roboto, sans-serif;
font-size: 14px;
margin-top: 68px;
color: #111;
background-color: #f5f5f5;
display: flex;
flex-direction: column;
align-items: center;
}
div {
background-color: #fff;
padding: 1.5em;
margin-bottom: 1em;
max-width: 30em;
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
border-radius: 6px;
text-align: center;
}
img {
padding: 1.5em;
width: 264px;
}
h1 {
color: #555;
margin: 0 0 1em 0;
font-size: 24px;
}
p {
text-align: justify;
padding: 0 1em 0 1em;
}
</style>
<div><img src="beyondspace.png" alt="BeyondSpace" />
<h1>Service Unavailable</h1>
<p>
You are trying to access a service which is only available from within Warsaw Hackerspace LAN.
</p>
<p>
Seeing this error while in the hackerspace? Make sure you're using our WiFi and local DNS.
</p>
<p style="text-align: center;">
<i>Confused? Ask on #members or #infra</i>
</p>
</div>