<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>My Title</title>
    <meta name="description" content="My description">

    <link rel="stylesheet" href="">

    <style>
        /* CSS styles */

    </style>

    <script src="/js/main.js"></script>

    <script>
        // JavaScript.

    </script>

</head>

<body>
    <header>
        <nav>
            <ul>
                <li></li>
            </ul>
        </nav>
    </header>

    <section>
    </section>

    <aside>
    </aside>

    <footer>
    </footer>
</body>

</html>