Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 9, 2021 07:03
Show Gist options
  • Save wpmu-authors/37363697ded3703b37c38c13dcb26a7b to your computer and use it in GitHub Desktop.
Save wpmu-authors/37363697ded3703b37c38c13dcb26a7b to your computer and use it in GitHub Desktop.
enqueues-skeleton.html
<!DOCTYPE html>
<head>
<script type='text/javascript' src='jquery.js'>
<script type='text/javascript' src='owl.carousel.js'></script>
<link rel='stylesheet' type='text/css' href='reset.css'>
<link rel='stylesheet' type='text/css' href='styles.css'>
</head>
<body>
Website content here
<script type='text/javascript' src='website-scripts.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment