Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Page Title</title>
- <link href="style.css" rel="stylesheet" type="text/css">
- <script src="myscr.js"></script>
- </head>
- <body>
- <h1>1234</h1>
- </body>
- </html>
- h1 { color: orange; }
- window.alert("Do you really want to leave this page?");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement