Created
July 5, 2015 10:15
-
-
Save kezadias/9f85f333f156e0b5f8e9 to your computer and use it in GitHub Desktop.
Just a simple HTML file with a script included.
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Example script</title> | |
</head> | |
<body> | |
<h1>Hi! :)</h1> | |
<script src="yourscript.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment