cours-snt/web/controle/index.html
2021-03-17 12:49:31 +01:00

12 lines
283 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 web</h1>
<p>Il est possible d'ecrire du texte sur un site web !</p>
</body>
</html>