Skip to content

Instantly share code, notes, and snippets.

@keville
Last active July 27, 2017 18:07
Show Gist options
  • Save keville/88c10e1000fab7d3a9d9bb24099a72fb to your computer and use it in GitHub Desktop.
Save keville/88c10e1000fab7d3a9d9bb24099a72fb to your computer and use it in GitHub Desktop.
cheap.html
<!DOCTYPE html>
<html>
<head>
<title>hello, gist</title>
</head>
<body>
<p class="output"></p>
<script>
document.querySelector('.output').innerHTML = `This was loaded at ${Date.now()}`;
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment