Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created July 14, 2016 17:56
Show Gist options
  • Save garlicnation/986395f3ecacf092ab19f63ea07ad90e to your computer and use it in GitHub Desktop.
Save garlicnation/986395f3ecacf092ab19f63ea07ad90e to your computer and use it in GitHub Desktop.
<head>
<style is="custom-style" include="shared-styles"></style>
</head>
<body>
<div>Content goes here</div>
<link rel="vulcanized.html">
<!--<script src="init.js"></script>-->
</body>
<head>
<link rel="vulcanized.html">
<style is="custom-style" include="shared-styles"></style>
</head>
<body>
<div>Content goes here</div>
<script src="init.js"></script>
</body>
<head>
</head>
<body>
<div>Content goes here</div>
<link rel="vulcanized.html">
<style is="custom-style" include="shared-styles"></style>
<!--<script src="init.js"></script>-->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment