BJ_web_developers
/
javaplatform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4923cd7dd45c296c70e194d3f0eafb75f9458987
Authored by
Andy
2017-11-20 11:28:53 +0800
1 parent
f2ae3439
add index
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
css/index.css
index.html
css/index.css
0 → 100644
View file @
4923cd7
index.html
View file @
4923cd7
...
...
@@ -9,6 +9,7 @@
9
9
<title>首页</title>
10
10
<link rel="stylesheet" href="css/libCss/common.css">
11
11
<link rel="stylesheet" href="css/libCss/bootstrap.min.css">
12
+ <link rel="stylesheet" href="css/index.css">
12
13
</head>
13
14
<body>
14
15
<header>header</header>
...
...