An online landscape, built as a tool to explore the many aspects of the human voice.
https://voicegardens.org
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.
21 lines
465 B
21 lines
465 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>vocoder.org: archive</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/archive">Archive</a></li>
|
|
</ul>
|
|
<ul>
|
|
{% for file in files %}
|
|
<li>
|
|
<a href="{{ url_for('uploaded_file', filename=file) }}">{{file}}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|