1 Star 0 Fork 0

cfq/foodshare-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
cfq 提交于 2022-01-06 16:17 . C3 完成基本设计
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="bootStrap/css/bootstrap.css">
<script src="js/jquery-1.12.4.js"></script>
<script src="./bootStrap/js/bootstrap.js"></script>
<script src="check.js"></script>
</head>
<body>
<!-- 导航 -->
<nav class="navbar navbar-inverse" >
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- <a class="navbar-brand" href="#">
<img alt="food" src="...">
</a> -->
<a class="navbar-brand" href="#">美食分享平台</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><a href="#"><span id="cart" class="glyphicon glyphicon-home"></span>&nbsp网站首页</a></li>
<li><a href="#"><span id="cart" class="glyphicon glyphicon-grain"></span>&nbsp菜谱专栏</a></li>
<li><a href="#"><span id="cart" class="glyphicon glyphicon-send"></span>&nbsp日常分享</a></li>
<li><a href="#"><span id="cart" class="glyphicon glyphicon-edit"></span>&nbsp写笔记</a></li>
</ul>
<form class="navbar-form navbar-left">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">搜索</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" v-show="user==''">登录</a></li>
<li><a href="#" v-show="user==''">注册</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false" v-show="user!=''">个人中心 <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">基本信息</a></li>
<li><a href="#">我的笔记</a></li>
<li><a href="#">收藏夹</a></li>
<li><a href="#">关注用户</a></li>
</ul>
</li>
<li><a href="#" v-show="user!=''">退出</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hcbyjsal/foodshare-web.git
[email protected]:hcbyjsal/foodshare-web.git
hcbyjsal
foodshare-web
foodshare-web
master

搜索帮助