Created
July 14, 2016 17:56
-
-
Save garlicnation/986395f3ecacf092ab19f63ea07ad90e 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
<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> |
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
<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> |
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
<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