Last active
February 23, 2016 03:26
-
-
Save zxqx/2301ccfab3ecf4d1dec9 to your computer and use it in GitHub Desktop.
example.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
<!doctype html> | |
<html> | |
<head> | |
</head> | |
<body> | |
Some bullshit content | |
<script src="./your-script.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment