Advertisement
nicolas-chuet

index.php

Mar 31st, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="http://modal.local/scripttest.js"></script>
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <p>html de test</p>
  11. <script src="http://modal.local/bdd.php"></script>
  12.  
  13.  
  14. <form action="http://modal.local/modaltest.php" method="post">
  15. <p>
  16. <input type="text" name="url" />
  17. <input type="submit" value="Valider" />
  18. </p>
  19. </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement