Last active
December 4, 2020 11:50
-
-
Save acidsound/5bb8a11dab6e3d62a1cb4eb3b9efa20e to your computer and use it in GitHub Desktop.
blocks test gist
This file contains hidden or 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> | |
<head> | |
<title>Gist Test</title> | |
</head> | |
<body> | |
<h1>Hooray!</h1> | |
<span>please read, README.md</span> | |
<script src="main.js"></script> | |
</body> | |
</html> |
This file contains hidden or 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
console.log("it works."); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment