Skip to content

Instantly share code, notes, and snippets.

@smhanov
Last active January 4, 2021 19:44
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/5c77e1eb86e73c695de1a8d5b853ddb9 to your computer and use it in GitHub Desktop.
Save smhanov/5c77e1eb86e73c695de1a8d5b853ddb9 to your computer and use it in GitHub Desktop.
Test page

This is some markdown

Description of the file.

<!DOCTYPE html>
<html>
<body>
<h1>Hello world!</h1>
<script src="test.js"></script>
</body>
</html>
document.write("<p>This was written by script</p>");

The first file

This is the first file in the gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment