Update Exploring Near Earth Objects project and add Meme Generator project

This commit is contained in:
2026-01-03 21:55:24 -08:00
parent 9a4c3f7854
commit 155f0c9c6d
36 changed files with 754 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block title %}Meme Generator{% endblock %}
{% block body %}
<img src="{{ path }}" />
{% endblock %}