Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

news.html

Blame
  • Forked from an inaccessible project.
    news.html 588 B
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>News</title>
    </head>
    
    <body>
        <article>
            <button class="closeButton"></button>
            <h1>Bienvenue chez <strong>Pizza<em>Land</em></strong> !</h1>
            <p>
                Découvrez notre nouvelle pizza
                <strong class="spicy">Spicy</strong>
                <br />
                aux délicieuses saveurs épicées !
            </p>
        </article>
    </body>
    
    </html>