mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 15:07:34 +02:00
15 lines
473 B
HTML
15 lines
473 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Bienvenue sur PyRoute</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Ça fonctionne !</h1>
|
|
<h2>Bienvenue sur PyRoute</h2>
|
|
<p>Ceci est la page d'accueil de l'application web PyRoute.</p>
|
|
<p><a href="/a-propos">En savoir plus sur nous</a></p>
|
|
</body>
|
|
</html> |