Statistics
| Branch: | Tag: | Revision:

root / ui / templates / 404.html @ 3f8df452

History | View | Annotate | Download (1.5 kB)

1
<!doctype html>
2
<html> 
3
<head> 
4
    <title>~okeanos</title> 
5
    <link rel="stylesheet" type="text/css" href="/static/main.css"/> 
6
    <!--[if lte IE 7]><style type="text/css" media="all">@import url(/static/ie.css);</style><![endif]--> 
7
</head>
8
<body class="error_body error_404"> 
9
    <div id="container"> 
10
        <div id='header'> 
11
            <div class="header-logo"> 
12
                <a href="/">
13
                    <img src="/static/okeanos-logo-alpha.png" alt="~okeanos"/> 
14
                </a> 
15
            </div> 
16
        </div> 
17
        <div id="content"> 
18
            <div id="wrapper"> 
19
                <div id="emptymachineslist" style="display:block" class="clearfix error_page"> 
20
                    <h1><span class="msg_header">Oops!</span></h1>
21
                    <div class="error_content">
22
                        <p class="error_desc">
23
                        It looks like the page you requested has not been found.<br />
24
                        Don't worry... this happens to the best of us.<br />
25
                        <br />
26
                        One of these might help:<br />
27
                        </p>
28
                        <div class="links">
29
                            <a href="/">Home</a>
30
                            <a href="mailto:support@okeanos.grnet.gr">Contact</a>
31
                        </div>
32
                    </div>
33
                    <div class="http_error"><span class="msg"></span><span class="code">404</span></div>
34
                </div>
35
            </div> 
36
        </div> 
37
    </div>
38
</body>
39
</html>