Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Last active November 11, 2015 10:45
Show Gist options
  • Save qetr1ck-op/c8dc97aa104aaa37f4c2 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/c8dc97aa104aaa37f4c2 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<!-- Meta tag to specify the encoding -->
<meta charset="utf-8">
</head>
<body>
<p>Beginning of document...</p>
<script>
alert( 'Hello, world!' );
</script>
<p>...End of document</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment