Skip to content
Snippets Groups Projects
Commit 59e2d031 authored by ROUILLARD AUGUSTIN p2415289's avatar ROUILLARD AUGUSTIN p2415289
Browse files

Il y a une 55 image dans le site

parent dc34a3fc
No related branches found
No related tags found
No related merge requests found
Pipeline #174898 passed
......@@ -4,11 +4,28 @@
</head>
<body>
<h1>Commandez vite votre pizza !</h1>
<p><a href="#sec1">Nos prix sont par ici !</a><p>
<p><a href="Formulaire.html">Le formulaire, c'est par ici !</a><p>
<p><a href="https://letmegpt.com/?q=pizza">Mais qu'est ce qu'une pizza ?</a><p>
<picture>
<source srcset="Pizza.jpg" type="image/jpg"/>
<img scr="Pizza.jpg" alt="Pizza"/>
</picture>
<section>
<h2>Quels sont nos prix?</h1>
<table>
<tr>
<th>Nom</th><th>Petite</th><th>Grande</th>
</tr>
<tr>
<td>Margarita</td><td>3$</td><td>4$</td>
</tr>
<tr>
<td>Reine</td><td>5$</td><td>6$</td>
</tr>
<tr>
<td>4fromages</td><td>7$</td><td>8$</td>
</tr>
</section>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment