Skip to content

Instantly share code, notes, and snippets.

@Arkham
Created August 25, 2016 14:06
Show Gist options
  • Save Arkham/59d956a07f55aac165406243b3c3058b to your computer and use it in GitHub Desktop.
Save Arkham/59d956a07f55aac165406243b3c3058b to your computer and use it in GitHub Desktop.
<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