<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/style.css">
    <title>Commitions</title>
</head>
<body>
    <div class="top-menu">
        <header class="log-in-and-sign">
            <div class="menu">
                <a href="index.html">| Front page |</a>
                <a href="tegninger.html"> Drawings |</a>
                <a href="videoer.html"> Videos |</a>
                <a href="about-the-artist.html"> About the artist |</a>
                <a href="commitions.html"> commitions |</a>
                <a href="help.html"> help |</a>
            </div>

            <a id="log-in-and-sign-in" href="log-in.html">| Log in |</a> | <a href="sign-in.html"> Sign up |</a>
        </header>
    </div>
</body>
</html>