forked from whgojp/JavaSecLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.js
More file actions
27 lines (26 loc) · 1.82 KB
/
header.js
File metadata and controls
27 lines (26 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* @description html公共部分复用
* @author: whgojp
* @email: whgojp@foxmail.com
* @Date: 2024/5/23 11:06
*/
document.writeln(" <meta charset=\'utf-8\'>");
document.writeln(" <meta name=\'renderer\' content=\'webkit\'>");
document.writeln(" <meta http-equiv=\'X-UA-Compatible\' content=\'IE=edge,chrome=ueditor\'>");
document.writeln(" <meta name=\'viewport\' content=\'width=device-width, initial-scale=ueditor, maximum-scale=ueditor\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/lib/layui-v2.6.3/css/layui.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/lib/font-awesome-4.7.0/css/font-awesome.min.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/css/public.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/css/codemirror.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/css/style.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/css/juejin.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/css/common.css\' media=\'all\'>");
document.writeln(" <link rel=\'stylesheet\' href=\'/lib/custom-icon/iconfont.css\' media=\'all\'>");
document.writeln("<script src=\'/lib/layui-v2.6.3/layui.js\' charSet=\'utf-8\'></script>");
document.writeln("<script src=\'/js/lay-config.js?v=ueditor.0.4\' charSet=\'utf-8\'></script>");
document.writeln("<script src=\'/js/jquery.request.js\' charSet=\'utf-8\'></script>");
document.writeln("<script src=\'/js/jquery-3.4.ueditor.min.js\'></script>");
document.writeln("<script src=\'/js/bootstrap.js\'></script>");
document.writeln("<script src=\'/js/codemirror.js\'></script>");
document.writeln("<script src=\'/js/clike.js\'></script>");
document.writeln("<script src=\'/js/staticcode.js\'></script>");