-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
11 lines (11 loc) · 887 Bytes
/
script.js
1
2
3
4
5
6
7
8
9
10
11
document.write("<link rel=\"stylesheet\" href=\"http:\/\/cdn.static.runoob.com\/libs\/foundation\/5.5.3\/css\/foundation.min.css\">");
document.write("<script src=\"http:\/\/cdn.static.runoob.com\/libs\/jquery\/2.1.1\/jquery.min.js\"><\/script>");
document.write("<script src=\"http:\/\/cdn.static.runoob.com\/libs\/foundation\/5.5.3\/js\/foundation.min.js\"><\/script>");
document.write("<script src=\"http:\/\/cdn.static.runoob.com\/libs\/foundation\/5.5.3\/js\/vendor\/modernizr.js\"><\/script>");
document.write("<link rel=\"stylesheet\" href=\"https:\/\/cdn.staticfile.org\/font-awesome\/4.7.0\/css\/font-awesome.css\">");
//foundation
document.write("<link rel=\"stylesheet\" href=\"http:\/\/static.runoob.com\/assets\/foundation-icons\/foundation-icons.css\">");
//图标
function delele(id) {
document.getElementById(id).parentNode.removeChild(document.getElementById(id));
}