aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:30:09 +0300
committerYigit Sever2021-04-16 15:30:09 +0300
commita59cfa83f5a45564548ce553a524c448f818f4e3 (patch)
tree54412e844794974e074144f17829a110c28912e1
parent88fad465c273c2466f9cc282e90a515434d0717d (diff)
downloadgradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.tar.gz
gradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.tar.bz2
gradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.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 %}