gitust/templates/hello.html

11 lines
172 B
HTML
Raw Normal View History

2021-07-01 06:52:04 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<p>Bonjour {{name}} ! Ceci est un paragraphe</p>
<body>
</body>
</html>