c53fd658 by 任超

style:首页

1 parent 39caa4e8
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <style>
5 </style>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title></title> 5 <title>网上“一窗办事”登记系统</title>
8 <script type="text/javascript" src="./staticJs/head.js"></script> 6 <link type="text/css" rel="stylesheet" href="./staticCss/global.css" />
7 <script type="text/javascript" src="./ /head.js"></script>
9 <script type="text/javascript" src="./staticJs/staticIndex.js"></script> 8 <script type="text/javascript" src="./staticJs/staticIndex.js"></script>
10 </head> 9 </head>
11 <body > 10 <body >
......
...@@ -20,7 +20,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />"); ...@@ -20,7 +20,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />");
20 document.writeln(" <meta name=\'Keywords\' content=\'\' />"); 20 document.writeln(" <meta name=\'Keywords\' content=\'\' />");
21 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); 21 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />");
22 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/common.css\' />");
23 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/global.css\' />");
24 document.writeln("</head>"); 23 document.writeln("</head>");
25 document.writeln(""); 24 document.writeln("");
26 document.writeln("<body>"); 25 document.writeln("<body>");
...@@ -66,10 +65,6 @@ document.writeln(" </div> "); ...@@ -66,10 +65,6 @@ document.writeln(" </div> ");
66 document.writeln("</body>"); 65 document.writeln("</body>");
67 document.writeln(""); 66 document.writeln("");
68 document.writeln("</html>"); 67 document.writeln("</html>");
69 // document.writeln("<script src=\'./staticLib/jquery/jquery.min.js\'></script>");
70 // document.writeln("<script src=\'./staticLib/layui/layui.js\'></script>");
71 // document.writeln("<script src=\'./staticJs/staticIndex.js\'></script>");
72
73 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); 68 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>"); 69 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>");
75 document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"); 70 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
......