Last active
March 9, 2020 08:09
-
-
Save kyupark/2f8c7e2cacc5c6956c21a64ac34ad668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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