Commit d7a0fe8c55a0588c28cbf12a7cbc61c54f31d240
Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform into branch
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
... | ... | @@ -14,6 +14,7 @@ |
14 | 14 | <link rel="stylesheet" href="css/libCss/common.css"> |
15 | 15 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> |
16 | 16 | <link rel="stylesheet" href="css/index.css"> |
17 | + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head> | |
17 | 18 | </head> |
18 | 19 | <body> |
19 | 20 | <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 | 27 | \ No newline at end of file | ... | ... |