aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:30:09 +0300
committerYigit Sever2021-04-16 15:30:09 +0300
commitd7296597158f46fcaff0094f2b28e8bad9752909 (patch)
treeb00e9c37c740b776c0a4c1106574dbc86f0173d0
parentc3dcdb8c05468192df1395c5904c61b95efccf92 (diff)
downloadgradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.tar.gz
gradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.tar.bz2
gradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.zip
Add custom css to template
-rw-r--r--site/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/templates/index.html b/site/templates/index.html
index 1256b2a..4bd9867 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -2,6 +2,7 @@
2 2
3{% block head %} 3{% block head %}
4<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> 4<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
5<link rel="stylesheet" href="/site.css" />
5{% endblock head %} 6{% endblock head %}
6 7
7{% block hero %} 8{% block hero %}