first commit

This commit is contained in:
Jp
2026-01-30 15:03:43 +08:00
commit 656a510c73
32 changed files with 3721 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block title %}Meal Planner{% endblock %}
{% block content %}
<h1 class="text-3xl font-bold mb-6">Meal Planner</h1>
<p class="text-gray-600">Coming soon! Plan your meals for the week ahead.</p>
{% endblock %}