summaryrefslogtreecommitdiff
blob: a006da605495ced034b38e15a8637e905f9c253c (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" "">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Gentoo Linux Box</title>
    <style>
      html, body {
        color: black;
        background-color: white;
        font-family: monospace;
      }
      div.header {
        text-align: center;
      }
      div.header img {
        border: 0px;
      }
      a:link {
        color: #663399;
        background-color: transparent;
        text-decoration: none;
      }
      a:visited {
        color: #663399;
        background-color: transparent;
        text-decoration: none;
      }
      a:hover {
        color: #77FF77;
        background-color: #663399;
        text-decoration: underline;
      }
      div.header div.sub {
        font-weight: bold;
        margin-bottom: 2em;
      }
      div.para {
        margin-bottom: 1em;
		text-align: center;
      }
    </style>
  </head>
  <body>
    <div class='header'>
      <img src='gentoo-logo.png'/>
      <div class='sub'>
        This is a <a href='http://www.gentoo.org/'>Gentoo Linux</a> Web Server.
      </div>
    </div>
    <div class='para'>
      Hello, I'm the web server of a box running Gentoo Linux.<br/>
      It may be, that you may have expected a totally different site. <br/>
      If so, I do really apologize.<br/>
	  It's just - how do I say - I am used to serve this site to you.<br/>
	  I'm so sorry. You see, I'm just a web server...
    </div>
    <hr/>
  </body>
</html>