1 Star 0 Fork 2

西南茂 / MMB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 926 Bytes
一键复制 编辑 原始数据 按行查看 历史
西南茂 提交于 2015-01-17 00:13 . 入口文件
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>麻辣留言板--超级简单的留言板系统</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
</head>
<body>
<div class="main">
<div class="banner">
<header>麻辣留言板</header>
<div class="title">超级简单的留言板系统</div>
</div>
<nav class="navbar">
<ul>
<a href="index.html"><li>首页</li></a>
<a href="form.html"><li>留言</li></a>
</ul>
</nav>
<div class="con">
<div class="con-block">
<div class="block-title">
私密约会
</div>
<div class="block-con">
<p>今天晚上奶茶店不见不散</p>
</div>
<div class="block-author">
By swu_mao
</div>
</div>
</div>
<div class="footer">
Powered By MMBv1.0(malaToday Message Board)
</div>
</div>
</body>
</html>
PHP
1
https://gitee.com/malatoday/MMB.git
git@gitee.com:malatoday/MMB.git
malatoday
MMB
MMB
master

搜索帮助