mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
14 lines
208 B
HTML
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>
|