25 lines
893 B
HTML
25 lines
893 B
HTML
|
<!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>
|