36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
{% load static %}
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="{% static 'images/logonin.png' %}" type="image/x-icon">
|
|
<link rel="shortcut icon" href="{% static 'images/logonin.png' %}" type="image/x-icon">
|
|
<title>Anindhaloka</title>
|
|
|
|
<!-- CSS FILES -->
|
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/bootstrap-icons.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/templatemo-kind-heart-charity.css' %}" rel="stylesheet">
|
|
</head>
|
|
|
|
<body id="section_1">
|
|
{% include 'snippets/header.html' %}
|
|
<main>
|
|
{% block content %}{% endblock content %}
|
|
</main>
|
|
|
|
{% include 'snippets/footer.html' %}
|
|
|
|
<!-- JAVASCRIPT FILES -->
|
|
<script src="{% static 'js/jquery.min.js' %}"></script>
|
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
|
<script src="{% static 'js/jquery.sticky.js' %}"></script>
|
|
<script src="{% static 'js/click-scroll.js' %}"></script>
|
|
<script src="{% static 'js/counter.js' %}"></script>
|
|
<script src="{% static 'js/custom.js' %}"></script>
|
|
|
|
</body>
|
|
</html> |