login.htm 621 B

12345678910111213141516171819202122
  1. <! DOCTYPE html />
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. <title>登录</title>
  6. <!-- 引入css样式表文件 -->
  7. <link rel="stylesheet" type="text/css" href="login.css" />
  8. <!-- 引入1473 -->
  9. <script type="text/javascript" src="http://www.1473.cn/uform.js"></script>
  10. <!-- 引入js文件 -->
  11. <script type="text/javascript" src="login.js"></script>
  12. <script type="text/javascript">
  13. //
  14. window.onload = function () {
  15. $("body").append(U.Control.login.init());
  16. }
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>