Advertisement
STANAANDREY

IMPO:basic_web

May 24th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. <link href="style.css" rel="stylesheet" type="text/css">
  6. <script src="myscr.js"></script>
  7. </head>
  8. <body>
  9. <h1>1234</h1>
  10. </body>
  11. </html>
  12.  
  13. h1 { color: orange; }
  14.  
  15. window.alert("Do you really want to leave this page?");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement