Skip to content

Commit

Permalink
修改细节
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjie committed May 19, 2018
1 parent 7377232 commit ef25cec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">晓风轻</a>
<a class="navbar-brand" href="https://xwjie.github.io/">晓风轻</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="https://github.com/xwjie/PLMCodeTemplate">主页</a></li>
<li class="active"><a href="https://github.com/xwjie/PLMCodeTemplate">GitHub</a></li>
<li><a href="index2.html">老的首页</a></li>
<li><a href="configTest">读取json配置例子</a></li>
<li class="dropdown">
Expand All @@ -56,10 +56,10 @@
<li><a href="https://zhuanlan.zhihu.com/p/28705206">程序员你为什么这么累?</a></li>
<li><a href="https://www.imooc.com/article/28364">什么才是java的基础知识?</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://coding.imooc.com/class/209.html">SpringBoot2.0 WebFlux响应式编程</a></li>
<li class="active"><a href="https://coding.imooc.com/class/209.html">SpringBoot2.0 WebFlux响应式编程</a></li>
<li><a href="https://www.imooc.com/learn/947">ajax跨域完全讲解</a></li>
<li role="separator" class="divider"></li>
<li class="active"><a href="https://xwjie.github.io/">作者Github主页</a></li>
<li><a href="https://xwjie.github.io/">作者Github主页</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -93,17 +93,17 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span>
</button>
<h4 class="modal-title" id="gridSystemModalLabel">登陆</h4>
<h4 class="modal-title">登陆</h4>
</div>
<div class="modal-body">
<form id="formLogin" action="login" method="post">
<div class="form-group">
<label for="name">用户名</label>
<input type="text" class="form-control" name="username" placeholder="用户名" value="xwjie">
<input type="text"class="form-control" id="name" name="username" placeholder="用户名" value="xwjie">
</div>
<div class="form-group">
<label for="value">密码</label>
<input type="password" class="form-control" name="passw" placeholder="密码随意">
<input type="password" class="form-control" id="value" name="passw" placeholder="密码随意">
</div>
</form>
<div class="modal-footer">
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2><span id="msgbox-text"></span></h2>
<div class="container main-container">
<div class="jumbotron">
<h1>晓风轻代码模板</h1>
<p>请在chrome测试 https://xwjie.github.io</p>
<p>编写简单可读的代码!欢迎交流,QQ群: 607679993</p>
<p><a class="btn btn-primary btn-lg" href="https://zhuanlan.zhihu.com/p/28705206" role="button">Learn more</a>
</p>
</div>
Expand Down

0 comments on commit ef25cec

Please sign in to comment.