Select Git revision
Forked from an inaccessible project.
-
Baptiste Hardelin authoredBaptiste Hardelin authored
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>