1 Star 0 Fork 0

鸿基梦 / MTools-Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿基梦 提交于 2020-03-29 19:30 . 添加索引文件
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MTools-Web</title>
<style>
*{margin: 0;padding: 0;box-sizing: border-box;}
body{background-color: #eee;padding: 0 2vw;}
h3{line-height: 10vw;text-align: center;}
ul{height: 90vh;overflow-y: auto;}
li{display: inline-block; list-style: none;background-color: #aaa;width: 96vw;margin: 2vw auto;border-radius: 2vw;}
a{text-decoration: none; color:#000;display: inline-block;width: 100%;line-height: 10vw;padding: 0 2vw;}
li:hover{background-color: #ccc;}
</style>
</head>
<body>
<h3>MTools项目列表</h3>
<ul>
<li><a href="./MTools-Admin">MTools-Admin</a></li>
</ul>
</body>
</html>
1
https://gitee.com/hjmeng/MTools-Web.git
git@gitee.com:hjmeng/MTools-Web.git
hjmeng
MTools-Web
MTools-Web
master

搜索帮助