44172ec98a
In order to implement Content-Security-Policy, the inlined style, event handlers, and scripts all have to go. This commit completes this work.
10 lines
224 B
HTML
10 lines
224 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<audio class="display-audio" controls preload='auto'>
|
|
<source src='/selif/{{ filename }}'>
|
|
<a href='/selif/{{ filename }}'>Download it instead</a>
|
|
</audio>
|
|
{% endblock %}
|
|
|