summaryrefslogtreecommitdiffstats
path: root/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-06-09 11:44:12 +0200
committerLoïc Hoguin <[email protected]>2017-06-09 11:44:12 +0200
commitf3ab9ef65d948469e864184bcf95114bf8025ad1 (patch)
tree77458e2ece4e95d5e16ae7466ef22750c0edc9ac /talks/tale-of-2.0-cowboy/lib/js/html5shiv.js
parent5a0feb20ace7a923b1101c274ef2ff12fa47a776 (diff)
downloadninenines.eu-f3ab9ef65d948469e864184bcf95114bf8025ad1.tar.gz
ninenines.eu-f3ab9ef65d948469e864184bcf95114bf8025ad1.tar.bz2
ninenines.eu-f3ab9ef65d948469e864184bcf95114bf8025ad1.zip
Release the tale of 2.0 cowboy slides
Diffstat (limited to 'talks/tale-of-2.0-cowboy/lib/js/html5shiv.js')
-rw-r--r--talks/tale-of-2.0-cowboy/lib/js/html5shiv.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js b/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js
new file mode 100644
index 00000000..50649b9b
--- /dev/null
+++ b/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js
@@ -0,0 +1,7 @@
+document.createElement('header');
+document.createElement('nav');
+document.createElement('section');
+document.createElement('article');
+document.createElement('aside');
+document.createElement('footer');
+document.createElement('hgroup'); \ No newline at end of file