summaryrefslogtreecommitdiff
path: root/public/views/polyfill.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-26 22:38:18 +0800
committerWu Cheng-Han2016-11-26 22:38:18 +0800
commit1ba46c95fbecdea692176723b6ad125848e04af3 (patch)
treeeff5506fdf3a9c91563b9a16b37a79ca96423f24 /public/views/polyfill.ejs
parent64d1d2c04b4d3a43d17d193819eef83b3b4641a5 (diff)
Update to separate polypill for IE to a template
Diffstat (limited to 'public/views/polyfill.ejs')
-rw-r--r--public/views/polyfill.ejs7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/views/polyfill.ejs b/public/views/polyfill.ejs
new file mode 100644
index 00000000..5c885642
--- /dev/null
+++ b/public/views/polyfill.ejs
@@ -0,0 +1,7 @@
+<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+<!--[if lt IE 9]>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js" integrity="sha256-g6iAfvZp+nDQ2TdTR/VVKJf3bGro4ub5fvWSWVRi2NE=" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-shim.min.js" integrity="sha256-8E4Is26QH0bD52WoQpcB+R/tcWQtpzlCojrybUd7Mxo=" crossorigin="anonymous"></script>
+<![endif]--> \ No newline at end of file