first nav element
This commit is contained in:
parent
c3c75476a6
commit
2cb9e86a06
25
index.html
Normal file
25
index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
|
||||
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
|
||||
</head>
|
||||
|
||||
<nav class="top">
|
||||
<a href="#nowhere">
|
||||
<span class="glyphicon glyphicon-home redColor"></span>
|
||||
</a>
|
||||
|
||||
<span>欢迎来到DanMall</span>
|
||||
<a href="#nowhere">请登录</a>
|
||||
<a href="#nowhere">免费注册</a>
|
||||
|
||||
<span class="pull-right">
|
||||
<a href="#nowhere">我的订单</a>
|
||||
<a href="#nowhere">
|
||||
<span class="glyphicon glyphicon-shopping-cart redColor"></span>
|
||||
购物车<strong>0</strong>件
|
||||
</a>
|
||||
</span>
|
||||
</nav>
|
Loading…
Reference in New Issue
Block a user