1 Star 0 Fork 0

Eric/code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric 提交于 2018-01-28 19:53 . first commit
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>小白的博客</title>
<style>
.header{
background:red;
}
.main{
background:green;
}
.footer{
background:blue;
}
</style>
</head>
<body>
<div class="header">我是头部</div>
<div class="main">我是主题</div>
<div class="footer">我是尾部</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/databai/code.git
git@gitee.com:databai/code.git
databai
code
code
master

搜索帮助