Louis Gallet 0e10bf6476
Some checks failed
ci / docker (push) Has been cancelled
feat: 🎉 Everything works
2024-06-19 23:40:27 +02:00

26 lines
654 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fête de la musique</title>
{{ bootstrap.load_css() }}
</head>
<body>
<div class="container">
<form method="POST">
<div class="form-group">
<div class="form-inline text-center">
<label>Enter here the music that you want:</label>
<input type="text" name="search" class="form-control" />
</div>
</div>
<div class="text-center">
<input type="submit" value="Submit" class="btn btn-primary">
</div>
</form>
</div>
</body>
</html>