docker-artifact/templates/pypi/project.html

17 lines
320 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>
{%- for file in files %}
<a href="/repo/pypi/{{ reponame }}/{{ modulename }}/{{ file }}">{{ file }}</a>
{%- endfor %}
</body>
</html>