Skip to content

Instantly share code, notes, and snippets.

@TorbenL
Created July 9, 2015 05:46
Show Gist options
  • Save TorbenL/34cb2b9e350baf00f407 to your computer and use it in GitHub Desktop.
Save TorbenL/34cb2b9e350baf00f407 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>/* critical */</style>
<script>/* critical */</script>
</head>
<body>
...
<link rel="stylesheet" href="/css/noncritical.css" type="text/css">
<script src="/js/noncritical.js" async></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment