Description of the file.
Last active
January 4, 2021 19:44
-
-
Save smhanov/5c77e1eb86e73c695de1a8d5b853ddb9 to your computer and use it in GitHub Desktop.
Test page
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
<!DOCTYPE html> | |
<html> | |
<body> | |
<h1>Hello world!</h1> | |
<script src="test.js"></script> | |
</body> | |
</html> |
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
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