Skip to content

Instantly share code, notes, and snippets.

@kezadias
Created July 5, 2015 10:15
Show Gist options
  • Save kezadias/9f85f333f156e0b5f8e9 to your computer and use it in GitHub Desktop.
Save kezadias/9f85f333f156e0b5f8e9 to your computer and use it in GitHub Desktop.
Just a simple HTML file with a script included.
<!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