index.html
author Tero Marttila <terom@fixme.fi>
Mon, 01 Dec 2008 23:48:20 +0200
changeset 0 3a3a85828299
child 1 0a98cbe5e2eb
permissions -rw-r--r--
initial site content
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
        <title>qmsk.net - This is a Website</title>
        <style type="text/css">
div#page {
    border: 2px solid black;
    background-color: #ddd;

    margin: 50px auto;
    width: 50%;
    padding: 25px;

    text-align: center;
}
        </style>
    </head>
    <body>
        <div id="page">

<h1>A Website</h1>
<p>This is a website.</p>
        
        </div>
    </body>
</html>