aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 966248741e51509b90706beef9cb459828a3bf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <title>Maintenance</title>
        <link rel="stylesheet" href="css/sb-netdesign.css" />
    </head>

    <body id="all">
        <div id="universe">
            <div id="bg">
                <div id="mg">
                    <div id="fg">
                    </div>
                </div>
            </div>
        </div>
        <div id="wrapper">
            <article id="viewport">
                <section id="pyr">
                    <div></div>
                    <div></div>
                    <div></div>
                    <div></div>
                </section>
            </article>
        </div>
    </body>
</html>