Skip to content

Instantly share code, notes, and snippets.

@isenborghs-c
Created December 11, 2013 07:56
Show Gist options
  • Save isenborghs-c/7906568 to your computer and use it in GitHub Desktop.
Save isenborghs-c/7906568 to your computer and use it in GitHub Desktop.
[JS-base]003.lastModified
<html>
<head>
<title>Say Hi</title>
<script>
// Let's put some JavaScript in here
document.write("Last modification: " + document.lastModified)
</script>
</head>
<body>
<!-- Nothing here... for now. -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment