cours-snt/web/tp_fake_news/index.html
2020-12-11 11:58:37 +01:00

12 lines
293 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Un bel exemple !</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Voici un exemple de site internet</h1>
<p>Il est possible d'ecrire du texte sur un site internet !</p>
</body>
</html>