Skip to content

Instantly share code, notes, and snippets.

@astro648
Created August 16, 2021 05:00
Show Gist options
  • Save astro648/65b31c26816b5afed75051378c6ea601 to your computer and use it in GitHub Desktop.
Save astro648/65b31c26816b5afed75051378c6ea601 to your computer and use it in GitHub Desktop.
JavaScript mini-script inside of HTML
<html>
<head><title>test</title></head>
<body>
<script>
//This is where you type the JS code.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment