This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/app/templates/_empty_feed.html
2020-09-01 21:03:51 +02:00

9 lines
290 B
HTML

<div class="ui center aligned text container">
<div class="ui row">
<img alt="Empty feed image" class="ui image" src="{{ url_for('static',filename='img/empty.png') }}">
</div>
<div class="ui row">
<h2 class="ui header">This feed is empty.</h2>
</div>
</div>