1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-14 18:47:03 +00:00
S2OJ/web/js/html5shiv.js

7 lines
235 B
JavaScript
Raw Normal View History

2016-07-19 00:39:37 +08:00
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('hgroup');