2024-08-18 03:34:33 +05:00

23 lines
481 B
HTML
Executable File

{% extends "api/base.html" %}
{% load static %}
{% block headmain %}EKB{% endblock %}
{% block style%}
<!-- <link rel="stylesheet" href="{% static 'loginedtest/style.css' %}"> -->
<link rel="stylesheet" href="{% static 'first/style.css' %}" />
{% endblock %}
{% block maincontent %}
<div style="margin-top: 40px;">
<label>403 er....</label>
</div>
{% endblock %}
{% block js %}<script src="{% static 'first/script.js' %}"></script>{% endblock %}