You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>Simple index</title>
- <style type="text/css">
- a {
- display: block;
- }
- </style>
- </head>
- <body>
- {%- for package in packages %}
- <a href="/repo/pypi/{{ reponame }}/{{ package }}/">{{ package }}</a>
- {%- endfor %}
- </body>
- </html>
|