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

Il y a une image dans le site 58654644

parent 295f2072
No related branches found
No related tags found
No related merge requests found
Pipeline #174902 passed
......@@ -6,7 +6,7 @@
<body>
<h1>Commandez vite votre pizza !</h1>
<a href="public/index.html#sec1">Retour aux menu ici</a>
<a href="../index.html#sec1">Retour aux menu ici</a>
<form action="https://perso.liris.cnrs.fr/pierre-antoine.champin/enseignement/intro-web/_static/formproc/debug" method="post" enctype="multipart/form-data">
<fieldset>
......
boddy {
background-color #f00020;
}
\ No newline at end of file
body {
font-family : cursive ;
font-size : 3 rem ;
text-align : center;
border : outset ;
}
\ No newline at end of file
......@@ -10,10 +10,10 @@
<p><a href="https://letmegpt.com/?q=pizza">Mais qu'est ce qu'une pizza ?</a></p>
<picture>
<source srcset="Ressources/Pizza.jpg" type="image/jpg"/>
<img scr="Ressources/Pizza.jpg" alt="Pizza"/>
<img src="Ressources/Pizza.jpg" alt="Pizza"/>
</picture>
<section>
<h2>Quels sont nos prix?</h1>
<h2>Quels sont nos prix?</h2>
<table>
<tr>
<th>Nom</th><th>Petite</th><th>Grande</th>
......@@ -27,6 +27,7 @@
<tr>
<td>4fromages</td><td>7$</td><td>8$</td>
</tr>
</table>
</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