mamba/micromamba/tests/test-server/repo/index.html

112 lines
2.4 KiB
HTML

<html>
<head>
<title>repo</title>
<style type="text/css">
a,
a:active {
text-decoration: none;
color: blue;
}
a:visited {
color: #48468f;
}
a:hover,
a:focus {
text-decoration: underline;
color: red;
}
body {
background-color: #f5f5f5;
}
h2 {
margin-bottom: 12px;
}
th,
td {
font: 100% monospace;
text-align: left;
}
th {
font-weight: bold;
padding-right: 14px;
padding-bottom: 3px;
}
th.tight {
padding-right: 6px;
}
td {
padding-right: 14px;
}
td.tight {
padding-right: 8px;
}
td.s,
th.s {
text-align: right;
}
td.summary {
white-space: nowrap;
overflow: hidden;
}
td.packagename {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 180px;
padding-right: 8px;
}
td.version {
//white-space: nowrap;
overflow: hidden;
max-width: 90px;
padding-right: 8px;
}
table {
background-color: white;
border-top: 1px solid #646464;
border-bottom: 1px solid #646464;
padding-top: 10px;
padding-bottom: 14px;
}
address {
color: #787878;
padding-top: 10px;
}
</style>
</head>
<body>
<h2>repo</h2>
<h3>
<a href="rss.xml">RSS Feed</a>&nbsp;&nbsp;&nbsp;<a href="channeldata.json"
>channeldata.json</a
>
</h3>
<a href="noarch">noarch</a>&nbsp;&nbsp;&nbsp;
<table>
<tr>
<th style="padding-right: 18px">Package</th>
<th>Latest Version</th>
<th>Doc</th>
<th>Dev</th>
<th>License</th>
<th class="tight">noarch</th>
<th>Summary</th>
</tr>
<tr>
<td class="packagename">
<a href="https://github.com/mamba-org/mamba" alt="test-package"
>test-package</a
>
</td>
<td class="version">0.1</td>
<td></td>
<td></td>
<td class="tight">BSD</td>
<td>X</td>
<td class="summary">I am just a test package!</td>
</tr>
</table>
<address>Updated: 2021-02-12 09:02:37 +0000 - Files: 1</address>
</body>
</html>