Create large image button

This commit is contained in:
deflax 2025-03-06 14:31:19 +00:00
parent e50b7efc57
commit db4ec1abfe

View file

@ -43,8 +43,10 @@
<source src="{{ url_for('video_route', video_file=video_file) }}" type="video/mp4">
</video>
</div>
<div class="col-xs-12 col-md-2"
<a href="{{ url_for('root_route') }}" class="image-button">Live Stream</a>
<div class="col-xs-12 col-md-2">
<button class="btn btn-outline-danger btn-lg">
<img src="https://deflax.net/{{ url_for('root_route') }}" width="20" /> Live Stream
</button>
</div>
<div class="col-xs-12 col-md-1">
</div>