修改门户网站头部内容
Showing
3 changed files
with
1 additions
and
2 deletions
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 | <title></title> | 7 | <title></title> |
8 | <script type="text/javascript" src="./staticJs/head.js"></script> | 8 | <script type="text/javascript" src="./staticJs/head.js"></script> |
9 | <script type="text/javascript" src="./staticJs/staticIndex.js"></script> | ||
9 | </head> | 10 | </head> |
10 | <body > | 11 | <body > |
11 | <div> | 12 | <div> | ... | ... |
... | @@ -68,5 +68,4 @@ document.writeln(""); | ... | @@ -68,5 +68,4 @@ document.writeln(""); |
68 | document.writeln("</html>"); | 68 | document.writeln("</html>"); |
69 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); | 69 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); |
70 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); | 70 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); |
71 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/staticIndex.js\'></script>"); | ||
72 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); | 71 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -72,5 +72,4 @@ document.writeln("</html>"); | ... | @@ -72,5 +72,4 @@ document.writeln("</html>"); |
72 | 72 | ||
73 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); | 73 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); |
74 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); | 74 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); |
75 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/staticIndex.js\'></script>"); | ||
76 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); | 75 | document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment