Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created June 28, 2011 15:33
Show Gist options
  • Save acrymble/1051408 to your computer and use it in GitHub Desktop.
Save acrymble/1051408 to your computer and use it in GitHub Desktop.
hello-world-embedded.js
<!doctype html>
<html dir="ltr" lang="en-US">
<head>
<title>Hello World! Script</title>
</head>
<body>
<script type="text/javascript">
document.write("Hello World!");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment