diff options
author | Yigit Sever | 2021-04-16 15:30:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:30:09 +0300 |
commit | d7296597158f46fcaff0094f2b28e8bad9752909 (patch) | |
tree | b00e9c37c740b776c0a4c1106574dbc86f0173d0 | |
parent | c3dcdb8c05468192df1395c5904c61b95efccf92 (diff) | |
download | gradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.tar.gz gradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.tar.bz2 gradecoin-d7296597158f46fcaff0094f2b28e8bad9752909.zip |
Add custom css to template
-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 %} |