animation et responsive

This commit is contained in:
2026-08-05 18:28:33 +02:00
parent 15d3087fe4
commit 7e467f9b1a
3 changed files with 86 additions and 19 deletions
+7 -1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>EDT Generator</title>
<link rel="stylesheet" href="/static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@@ -230,15 +231,20 @@ Ajouter
<br>
<button type="submit">
<button id="submit-button" type="submit">
Générer PDF
</button>
<div class="loader" style="margin: auto; display: none"></div>
<iframe id="pdf_iframe" style="display: none"></iframe>
</form>
<script src="/static/builder.js"></script>
</body>
</html>