pakson

zuzik

May 13th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. </head>
  5. <body>
  6. <script type="text/javascript">
  7. document.write("Podstawowe informacje o dokumencie:<br />");
  8. document.write("URL: " + document.URL + "<br />");
  9. document.write("Tytuł: " + document.title + "<br />");
  10. document.write("Data ostatniej modyfikacji: "+document.lastModified+"<br />");
  11.  
  12. </script>
  13. </body>
Advertisement
Add Comment
Please, Sign In to add comment