2023-01-12 23:17:10 +03:00

10 lines
199 B
HTML

{% extends 'base.html' %}
{% block title %}PayLike{% endblock title %}
{% load static %}
{% block content %}
<div class="container">
<center><h1>PayLike</h1></center>
</div>
{% endblock content %}