presentations/introduction-to-sql-injection/example/templates/profile.html

8 lines
179 B
HTML
Raw Normal View History

{% extends "template.html" %}
{% block info %}
You made it, grab a coffee!
<br></br>
<img src="../static/hacker-cat.jpg" alt="Coffee Shop Logo" class="logo">
{% endblock info %}