3 Star 1 Fork 0

长沙天善信息/Gateway-PC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1011 Bytes
一键复制 编辑 原始数据 按行查看 历史
Srain 提交于 2018-05-03 15:57 . update
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>文件列表</title>
<style>
html, body {
padding: 0;
margin: 0;
font-size: 14px;
}
* {
margin: 0;
padding: 0;
}
ul {
width: 90%;
margin: 50px 5%;
}
ul li {
list-style: none;
height: 28px;
line-height: 28px;
}
ul li i {
color: #c00
}
ul li a {
margin-left: 5px;
}
a, a:link, a:visited, a:hover, a:active {
color: #f59331;
text-decoration: none;
cursor: pointer;
}
</style>
</head>
<body>
<ul>
<%files.forEach(function(file){%>
<li><i><%-file.flag%></i> <a href="<%=file.href%>"><%=file.path%> - <%=file.title%></a></li>
<%});%>
</ul>
<script>
window.data = <%-JSON.stringify(files)%>;
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zidaibudai/Gateway-PC.git
git@gitee.com:zidaibudai/Gateway-PC.git
zidaibudai
Gateway-PC
Gateway-PC
master

搜索帮助