diff --git a/submit.js b/submit.js new file mode 100644 index 0000000..0e8552e --- /dev/null +++ b/submit.js @@ -0,0 +1,5 @@ +let submit = document.getElementById("bouton_submit") + +submit.addEventListener("click", function() { + document.location.href = "formulaire_envoye.html"; +}); \ No newline at end of file diff --git a/swiftrescue.png b/swiftrescue.png new file mode 100644 index 0000000..58dd867 Binary files /dev/null and b/swiftrescue.png differ