diff options
Diffstat (limited to 'gentoo-webroot-default/webroot/htdocs/index.html')
-rw-r--r-- | gentoo-webroot-default/webroot/htdocs/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/gentoo-webroot-default/webroot/htdocs/index.html b/gentoo-webroot-default/webroot/htdocs/index.html new file mode 100644 index 0000000..a006da6 --- /dev/null +++ b/gentoo-webroot-default/webroot/htdocs/index.html @@ -0,0 +1,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> |