Skip to content
Snippets Groups Projects
index.html 870 B
Newer Older
    <title>Bienvenue chez Pizzayollo !</title>
	<link rel="stylesheet" href="Ressources/style.css">
	<body>
		<h1>Commandez vite votre pizza !</h1>
		<p><a href="#sec1">Nos prix sont par ici !</a><p>
		<p><a href="Ressources/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>
			<source srcset="Ressources/Pizza.jpg" type="image/jpg"/>
			<img scr="Ressources/Pizza.jpg" alt="Pizza"/>
		<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>