mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-27 02:35:18 +01:00
improvement (IE): polyfill IE - #48
This commit is contained in:
parent
716f90008f
commit
168b7a92b0
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@
|
|||
<link rel="icon" href="/logo/favicon.ico" type="image/x-icon" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
|
||||
|
||||
<!--[if IE]>
|
||||
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<meta name="msapplication-TileColor" content="#f2f2f2">
|
||||
<meta name="msapplication-TileImage" content="/logo/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#f2f2f2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue