Website construction

code after php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html id="html" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
    <!-- copyright: francky -->
    <link rel="stylesheet" type="text/css" href="tech/van-styles.css" />

    <title>Looking down to the Refuge du Grand Plan, +with Le Petit Mont Blanc (center) and the Glaciers de la Vanoise</title>
</head>

<body>
    <div id="imgBox">
        <img id="img" src="" alt="" /><!-- src filled by javascript -->
            <div id="header"><!-- for index.php and noscript on other pages -->
                Impressions of
                <h1><span>Hiking in the Vanoise</span></h1>
                <h2>French Alps 2013</h2>
        </div>
    </div>

    <div id="rest">
        <div id="caption"></div>
        <div id="action">&nbsp;</div>
        <div id="start"><a href="./" title="to start of the series" >start</a></div>
        <div id="overzicht"><a href="all.php" title="to summary">&nbsp;all&nbsp;</a></div>
        <div id="buttons"></div>
    </div>

    <noscript>
        <p>Attention: Javascript is <strong>disabled</strong>, but should be enabled.</p>
    </noscript>

    <script type="text/javascript" src="tech/van-script.js"></script>
</body>
</html>