diff options
-rw-r--r-- | fossee_manim/static/img/favicon.ico | bin | 0 -> 21091 bytes | |||
-rw-r--r-- | fossee_manim/templates/fossee_manim/base.html | 2 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 1 | ||||
-rw-r--r-- | static/img/faqs.png | bin | 10751 -> 0 bytes | |||
-rw-r--r-- | static/img/favicon.ico | bin | 0 -> 21091 bytes | |||
-rw-r--r-- | static/img/fossee_logo.png | bin | 5663 -> 0 bytes | |||
-rw-r--r-- | static/img/guidelines.png | bin | 12671 -> 0 bytes | |||
-rw-r--r-- | static/img/info.png | bin | 248227 -> 0 bytes | |||
-rw-r--r-- | static/img/submit.png | bin | 11645 -> 0 bytes |
9 files changed, 2 insertions, 1 deletions
diff --git a/fossee_manim/static/img/favicon.ico b/fossee_manim/static/img/favicon.ico Binary files differnew file mode 100644 index 0000000..e244416 --- /dev/null +++ b/fossee_manim/static/img/favicon.ico diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html index 5409b52..bacb95d 100644 --- a/fossee_manim/templates/fossee_manim/base.html +++ b/fossee_manim/templates/fossee_manim/base.html @@ -15,7 +15,7 @@ <link rel="stylesheet" href="{{ URL_ROOT }}/static/css/sticky-footer.css" type="text/css" /> <!-- favicon --> - <link rel="shortcut icon" type="image/png" href="{{ URL_ROOT}}/"/> + <link rel="shortcut icon" href="{{ URL_ROOT }}/static/img/favicon.ico" /> </head> <!-- For js/ajax and other related scripts --> diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html index edcfc77..dd12773 100644 --- a/fossee_manim/templates/fossee_manim/index.html +++ b/fossee_manim/templates/fossee_manim/index.html @@ -25,6 +25,7 @@ padding: 10px; } </style> + <link rel="shortcut icon" href="{{ URL_ROOT }}/static/img/favicon.ico" /> </head> diff --git a/static/img/faqs.png b/static/img/faqs.png Binary files differdeleted file mode 100644 index 38af51c..0000000 --- a/static/img/faqs.png +++ /dev/null diff --git a/static/img/favicon.ico b/static/img/favicon.ico Binary files differnew file mode 100644 index 0000000..e244416 --- /dev/null +++ b/static/img/favicon.ico diff --git a/static/img/fossee_logo.png b/static/img/fossee_logo.png Binary files differdeleted file mode 100644 index d2d18d0..0000000 --- a/static/img/fossee_logo.png +++ /dev/null diff --git a/static/img/guidelines.png b/static/img/guidelines.png Binary files differdeleted file mode 100644 index 4af2c7e..0000000 --- a/static/img/guidelines.png +++ /dev/null diff --git a/static/img/info.png b/static/img/info.png Binary files differdeleted file mode 100644 index e1f98da..0000000 --- a/static/img/info.png +++ /dev/null diff --git a/static/img/submit.png b/static/img/submit.png Binary files differdeleted file mode 100644 index 54ba63d..0000000 --- a/static/img/submit.png +++ /dev/null |