Incepted/templates/showcase.html
2023-03-02 20:44:04 +05:00

6 lines
157 B
HTML

<link rel="stylesheet" href="../static/css/showcase.css"/>
{% extends "base.html" %} {% block content %}
<div class="showscale_page">
s
</div>
{% endblock %}