Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webb_srv1/

comments.php
exercises/
exercises.php
img/
incl/
index-no-include.php
index.php
inlamning.php
nav.css
ovn_gr1.php
source.php
style/
viewsorce.php
viewsource.php

nav.css

25 lines ASCII Windows (CRLF)
h1
{
    text-align: center;
}
h2
{
    text-align: center;
}
div a
{
    margin: auto;
    margin-top: 5px;
    text-align: center;
    display: block;
    color: black;
    font-size: 30px;
    width: 60%;
    border: 3px solid black;
    padding: 10px;
    background-color: blue;
}
.spec
{
    background-color: red;
}