diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..ee00bde --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}Home - SpiceShare{% endblock %} + +{% block content %} +
+

Welcome to SpiceShare

+

Discover and share delicious recipes from around the world!

+ Explore + Recipes +
+{% endblock %}