<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <meta name="author" content="Delivered by CYBOI; See http://www.cybop.org/"/>
        <link rel="stylesheet" type="text/css" href="formatting.css"/>
<!--
        CAUTION! The following code did NOT work:
        <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
-->
        <link rel="icon" type="image/png" href="/favicon.png">
        <title>
            CYBOL Static WWW Server Example
        </title>
    </head>
    <body>
        <h1>
            CYBOL Static WWW Server Example
        </h1>
        <p id="content">
            This is an example web page delivered as static page from server to client.
        </p>
        <br/>
        <a href="second_page.html" class="button">
            Call a second page lying in the same directory.
        </a>
    </body>
</html>
