Skip to content

Instantly share code, notes, and snippets.

@smhanov
Created January 4, 2021 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smhanov/495f88f0793f9cf5c4d9294e305979de to your computer and use it in GitHub Desktop.
Save smhanov/495f88f0793f9cf5c4d9294e305979de to your computer and use it in GitHub Desktop.
test
<!DOCTYPE html>
<html>
<body>
<h1>Hello world!</h1>
<script src="test.js"></script>
</body>
</html>
document.write("<p>This was written by script</p>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment