Advertisement
MEI-BoatRider

terrible code made in 5 minutes

Feb 26th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.       <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
  6.       <title>MeiCode</title>
  7.       </head>
  8.     <body>
  9.         <h3>305111</h3>
  10.         <p>PUZZLE</p>
  11.     </body>
  12. <script>
  13.     var input = prompt("")
  14.     switch(input) {
  15.     case "yume":
  16.     case "Yume":
  17.     case "YUME":
  18.     document.write("<br>"+"contact me with the word");
  19.     break;
  20.     case "no":
  21.     document.write("<br>"+"actUallY, YEs bUt also no no. U what");
  22.     break;
  23.     case "yes":
  24.     document.write("<br>"+"MaybE? Y not?");
  25.     default:
  26.     document.write("<br>."+"NULL");
  27. }  
  28. </script>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement