Skip to content

Instantly share code, notes, and snippets.

@kyupark
Last active March 9, 2020 08:09
Show Gist options
  • Save kyupark/2f8c7e2cacc5c6956c21a64ac34ad668 to your computer and use it in GitHub Desktop.
Save kyupark/2f8c7e2cacc5c6956c21a64ac34ad668 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>daily-proverbs.html</title>
</head>
<body>
<script>
var d = new Date();
document.getElementById("demo").innerHTML = d.getDate();
</script>
<p>
https://www.bible.com/bible/142/PRO.1.RNKSV
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment