Skip to content

Instantly share code, notes, and snippets.

@Stefany93
Created June 19, 2019 22:08
Show Gist options
  • Save Stefany93/11c9ec06986d2745bec5e94db7476d5f to your computer and use it in GitHub Desktop.
Save Stefany93/11c9ec06986d2745bec5e94db7476d5f to your computer and use it in GitHub Desktop.
Use external stylesheets with AMP
<style amp-custom="">
<?php readfile(getcwd() ."/styles/css/styles.css"); ?>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment