Created
August 25, 2016 14:06
-
-
Save Arkham/59d956a07f55aac165406243b3c3058b 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
<html> | |
<head> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<link href="style.css" rel="stylesheet"> | |
<title>Critical Path: Script</title> | |
</head> | |
<body> | |
<p> | |
Hello | |
<script>document.write("<span>Amazing</span>");</script> | |
World! | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment