docker-artifact/templates/pypi/repo.html

17 lines
325 B
HTML
Raw Normal View History

2018-10-21 16:37:53 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Simple index</title>
<style type="text/css">
a {
display: block;
}
</style>
</head>
<body>
2019-05-04 19:29:49 -07:00
{%- for dist in dists %}
<a href="/repo/pypi/{{ repo.name }}/{{ dist.dist_norm }}/">{{ dist.dist_norm }}</a>
2018-10-21 16:37:53 -07:00
{%- endfor %}
</body>
</html>