Last active
November 11, 2015 10:45
-
-
Save qetr1ck-op/c8dc97aa104aaa37f4c2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
<!-- 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