Skip to content

Instantly share code, notes, and snippets.

@PaquitoSoft
Last active September 29, 2017 16:10
Show Gist options
  • Save PaquitoSoft/fa42340d81a0ed59b846adf14ed8d55f to your computer and use it in GitHub Desktop.
Save PaquitoSoft/fa42340d81a0ed59b846adf14ed8d55f to your computer and use it in GitHub Desktop.
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>Podcaster VanillaJS Components</title>
<link rel="stylesheet" href="./src/styles/bootstrap.min.css">
<link rel="stylesheet" href="./src/styles/app.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment