style:css文件夹整理
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -19,7 +19,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); | ... | @@ -19,7 +19,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); |
19 | document.writeln(" <meta name=\'Keywords\' content=\'\' />"); | 19 | document.writeln(" <meta name=\'Keywords\' content=\'\' />"); |
20 | document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); | 20 | document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); |
21 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); | 21 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); |
22 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/global.css\' />"); | ||
23 | document.writeln(""); | 22 | document.writeln(""); |
24 | document.writeln("<body> "); | 23 | document.writeln("<body> "); |
25 | document.writeln(" <div class=\'footer\'> "); | 24 | document.writeln(" <div class=\'footer\'> "); | ... | ... |
-
Please register or sign in to post a comment