23 lines
481 B
HTML
Executable File
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>404 er....</label>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block js %}<script src="{% static 'first/script.js' %}"></script>{% endblock %} |