Files
PyRoute/resources/views/welcome.html
T
2023-11-05 14:36:34 +01:00

12 lines
267 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello, World!</h1>
<a href="/a-propos">About</a>
</body>
</html>