Commit a7b025db authored by SANCHIT JAIN's avatar SANCHIT JAIN

added static files

parent e6e9be1b
This diff is collapsed.
...@@ -5,9 +5,9 @@ profile ...@@ -5,9 +5,9 @@ profile
{%endblock%} {%endblock%}
{%block head%} {%block head%}
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <!-- <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <!-- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> -->
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!-- <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> -->
{% load static %} {% load static %}
<link rel="stylesheet" href="{% static 'ARFA_app/home.css' %}" type="text/css"> <link rel="stylesheet" href="{% static 'ARFA_app/home.css' %}" type="text/css">
......
{%extends 'base2.html'%} {%extends 'base2.html'%}
{%block head%} {%block head%}
{%load static%}
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML"> <script src="{% static 'ARFA_app/lib/mathjax/MathJax.js' %}">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script> </script>
{%endblock%} {%endblock%}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment