Skip to content

Instantly share code, notes, and snippets.

@1499215
Created August 17, 2020 15:24
Show Gist options
  • Save 1499215/8c9ac5ce85f9255596fec893ae6eb82a to your computer and use it in GitHub Desktop.
Save 1499215/8c9ac5ce85f9255596fec893ae6eb82a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<h2>Display Time App by Napari</h2>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()" Style="padding:12px; font-size:18px; font-style:bold;">
Get Date.</button>
<p id="demo"></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment