blob: 29bb1c382c941dcfd8c5df2df5717f4317f08778 [file] [log] [blame]
Piotr Dobrowolski8abe2022023-11-11 16:24:43 +01001<!DOCTYPE html>
2<meta charset="utf-8">
3<title>Service Unavailable</title>
4<meta name="viewport" content="width=device-width, initial-scale=1" />
5<style>
6body {
7 font-family: Roboto, sans-serif;
8 font-size: 14px;
9 margin-top: 68px;
10
11 color: #111;
12 background-color: #f5f5f5;
13 display: flex;
14 flex-direction: column;
15 align-items: center;
16}
17div {
18 background-color: #fff;
19 padding: 1.5em;
20 margin-bottom: 1em;
21 max-width: 30em;
22 box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
23 border-radius: 6px;
24 text-align: center;
25}
26img {
27 padding: 1.5em;
28 width: 264px;
29}
30h1 {
31 color: #555;
32 margin: 0 0 1em 0;
33 font-size: 24px;
34}
35p {
36 text-align: justify;
37 padding: 0 1em 0 1em;
38}
39</style>
40<div><img src="beyondspace.png" alt="BeyondSpace" />
41 <h1>Service Unavailable</h1>
42
43 <p>
44 You are trying to access a service which is only available from within Warsaw Hackerspace LAN.
45 </p>
46 <p>
47 Seeing this error while in the hackerspace? Make sure you're using our WiFi and local DNS.
48 </p>
49 <p style="text-align: center;">
50 <i>Confused? Ask on #members or #infra</i>
51 </p>
52</div>