| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Plus d'informations</title> | |
| <style> | |
| body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; } | |
| .pdf-container { width: 100%; height: 100%; } | |
| .pdf-container iframe { border: none; width: 100%; height: 100%; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="pdf-container"> | |
| <!-- Cette balise iframe va afficher votre PDF --> | |
| <iframe src="{{ url_for('static', filename='pdf/plus_infos_interface.pdf') }}"></iframe> | |
| </div> | |
| </body> | |
| </html> |