docker-artifact/templates/pypi/repo.html

17 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Simple index</title>
<style type="text/css">
a {
display: block;
}
</style>
</head>
<body>
{%- for dist in dists %}
<a href="/repo/pypi/{{ repo.name }}/{{ dist.dist_norm }}/">{{ dist.dist_norm }}</a>
{%- endfor %}
</body>
</html>