Files
cours/Partie2/Eleve/Projet/index.html
2024-11-23 13:38:17 +01:00

14 lines
208 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='CSS/style.css')}}">
</head>
<body>
<p>Bonjour</p>
</body>
</html>