diff options
author | Yigit Sever | 2021-04-16 15:30:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:30:09 +0300 |
commit | a59cfa83f5a45564548ce553a524c448f818f4e3 (patch) | |
tree | 54412e844794974e074144f17829a110c28912e1 /site | |
parent | 88fad465c273c2466f9cc282e90a515434d0717d (diff) | |
download | gradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.tar.gz gradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.tar.bz2 gradecoin-a59cfa83f5a45564548ce553a524c448f818f4e3.zip |
Add custom css to template
Diffstat (limited to 'site')
-rw-r--r-- | site/templates/index.html | 1 |
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 %} |