Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta charset="utf-8">
- </head>
- <body>
- <script type="text/javascript">
- document.write("Podstawowe informacje o dokumencie:<br />");
- document.write("URL: " + document.URL + "<br />");
- document.write("Tytuł: " + document.title + "<br />");
- document.write("Data ostatniej modyfikacji: "+document.lastModified+"<br />");
- </script>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment