0.0.6 registration page update, added separate footer and header files

This commit is contained in:
2023-07-10 13:05:48 +03:00
parent 957065a091
commit da67b17fff
7 changed files with 987 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
{% load static %}
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
<script src='{% static "js/header.js" %}'></script>
<script src='{% static "js/registration.js" %}'></script>
<link rel="stylesheet" href="{% static 'css/styles.css' %}">