Fix stuff

This commit is contained in:
Kent C. Dodds 2016-05-02 21:18:28 -06:00
parent ddb3b92b4b
commit 5a50329436

View File

@ -40,7 +40,7 @@
<p>Ported to ES6 by <a href="https://twitter.com/kentcdodds">Kent C. Dodds</a></p> <p>Ported to ES6 by <a href="https://twitter.com/kentcdodds">Kent C. Dodds</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?ua=Mozilla/5.0%20(Windows;%20U;%20MSIE%209.0;%20WIndows%20NT%209.0;%20en-US))&features=default,Promise&flags=gated"></script> <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Promise"></script>
<script src="bundle.js"></script> <script src="bundle.js"></script>
</body> </body>
</html> </html>