diff options
-rw-r--r-- | fossee_manim/templates/fossee_manim/about.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fossee_manim/templates/fossee_manim/about.html b/fossee_manim/templates/fossee_manim/about.html new file mode 100644 index 0000000..ed15c4a --- /dev/null +++ b/fossee_manim/templates/fossee_manim/about.html @@ -0,0 +1,5 @@ +{% extends 'fossee_manim/base.html' %} + + {% block title %} + FOSSEE About + {% endblock %} |