1 Star 0 Fork 0

青云桑/myblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
header.html 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
青云桑 提交于 2017-10-22 18:21 . 第一个网页
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>header</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="header.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="top">
<nav class = "top-center">
<h1 class="top-left"><a href="index.html" target="_top">青云的小窝</a></h1>
<section style="float: left">
<ul style="margin-top: 40px">
<li><a class="container" href="index.html" target="_top">Home</a></li>
<li><a class="container" href="blog/index.html" target="_top">Blog</a></li>
<li><a class="container" href="msgboard/index.html" target="_top">MessageBoard</a></li>
<li><a class="container" href="about/index.html" target="_top">About</a></li>
<li class="search">
<form action="" method="get">
<input type="text" name="keyword" placeholder="搜索..." />
<input class="submit" type="submit" value="搜索" />
</form>
</li>
<li><a class="container" href="user/login.html" target="_top">登陆</a></li>
<li class="cut"></li>
<li><a class="container" href="user/register.html" target="_top">注册</a></li>
</ul>
</section>
</nav>
</div>
</header>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/zhuyst/myblog.git
git@gitee.com:zhuyst/myblog.git
zhuyst
myblog
myblog
master

搜索帮助