Last active
September 29, 2017 16:10
-
-
Save PaquitoSoft/fa42340d81a0ed59b846adf14ed8d55f 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
<!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