Commit 8290ca9bfd9dfa915a1fbbe6c436118abe2fa382
1 parent
0af12f02
add img
Showing
6 changed files
with
30 additions
and
0 deletions
css/login.css
0 → 100644
favicon.ico
0 → 100644
No preview for this file type
image/syslogin_bgIcon.png
0 → 100644
321 KB
index.html
| @@ -10,6 +10,7 @@ | @@ -10,6 +10,7 @@ | ||
| 10 | <link rel="stylesheet" href="css/libCss/common.css"> | 10 | <link rel="stylesheet" href="css/libCss/common.css"> |
| 11 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> | 11 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> |
| 12 | <link rel="stylesheet" href="css/index.css"> | 12 | <link rel="stylesheet" href="css/index.css"> |
| 13 | + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head> | ||
| 13 | </head> | 14 | </head> |
| 14 | <body> | 15 | <body> |
| 15 | <header>header</header> | 16 | <header>header</header> |
js/login.js
0 → 100644
login.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html lang="en"> | ||
| 3 | +<head> | ||
| 4 | + <meta charset="UTF-8"> | ||
| 5 | + <meta name="renderer" content="webkit"> | ||
| 6 | + <meta name="renderer" content="ie-comp"> | ||
| 7 | + <meta name="renderer" content="ie-stand"> | ||
| 8 | + <meta name="google" content="notranslate" /> | ||
| 9 | + <title>首页</title> | ||
| 10 | + <link rel="stylesheet" href="css/libCss/common.css"> | ||
| 11 | + <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> | ||
| 12 | + <link rel="stylesheet" href="css/login.css"> | ||
| 13 | + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head> | ||
| 14 | +</head> | ||
| 15 | +<body> | ||
| 16 | +<header>header</header> | ||
| 17 | +<nav>nav</nav> | ||
| 18 | +<section>header</section> | ||
| 19 | + | ||
| 20 | +<script type="text/javascript" src="js/libJs/jquery.min.js"></script> | ||
| 21 | +<script type="text/javascript" src="js/libJs/bootstrap.min.js"></script> | ||
| 22 | +<script type="text/javascript"> | ||
| 23 | + document.write("<s" + "cript type='text/javascript' src='../assets/pages/scripts/login.js?ver" + Math.random() + "'></s" + "cript>"); | ||
| 24 | +</script> | ||
| 25 | +</body> | ||
| 26 | +</html> | ||
| 0 | \ No newline at end of file | 27 | \ No newline at end of file |