pgadmin4/web/pgadmin/templates/security/watermark.html

6 lines
187 B
HTML
Raw Normal View History

{% block watermark %}
<div style="position: fixed; bottom: 0; right: 0;">
<img src="{{ url_for('static', filename='img/logo-right-256.png') }}" alt="pgAdmin 4">
</div>
{% endblock %}