diff options
Diffstat (limited to '_build/static/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js')
-rw-r--r-- | _build/static/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_build/static/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js b/_build/static/talks/tale-of-2.0-cowboy/lib/js/html5shiv.js new file mode 100644 index 00000000..50649b9b --- /dev/null +++ b/_build/static/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 |