initial commit
This commit is contained in:
15
home_stream/templates/play.html
Normal file
15
home_stream/templates/play.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-only
|
||||
-->
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Player</h2>
|
||||
<{{ mediatype }} controls autoplay preload>
|
||||
<source src="{{ url_for('download', filepath=path) }}">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user