<!DOCTYPE html>
<html>
    <head>
        <link ref="stylesheet" href="./style.css"/>
        <title>Mon portfolio</title>
    <head>
    <body>
        <style>
            body {
                color: blue;
            }
        </style>
        <h1>Mon portfolio</h1>
        <p>Mes projets ...</p>
    </body>
</html>