qutebrowser/tests/unit/javascript/stylesheet/simple.html

5 lines
81 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<p>Hello World!</p>
{% endblock %}