Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head>
- <title>Title of Your Web Page Goes Here</title>
- <meta charset="utf-8"/>
- </head>
- <body>
- <!-- Put your page content here. -->
- <script type="text/javascript">
- // Put your embedded JavaScript here.
- /* Some example JS */
- var bodyIsLoaded = true;
- console.log("The page body has been loaded");
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement