Automatic door project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

success.html 389B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Success</title>
  5. </head>
  6. <style>
  7. .whole {max-width: 500px; margin: auto;}
  8. </style>
  9. <body>
  10. <div class="whole">
  11. <div><h1 style="color: green;">Welcome, go on ;)</h1></div>
  12. <div><a href="javascript:history.back()"><h2>Go Back to main page</h2></a></div>
  13. </div>
  14. </body>
  15. </html>