Add polyfill.io call for brower compatibility

This commit is contained in:
Robbie Antenesse 2019-12-27 12:58:35 -07:00
parent 8d0f928046
commit 196b6e4288
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
<link rel="apple-touch-icon" href="../dev/images/favicon.png">
<link rel="stylesheet" href="styles/index.scss">
<script crossorigin="anonymous"
src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=es2015%2Ces2016"></script>
<script src="index.js"></script>
</head>