login flow through ui

This commit is contained in:
D. Scott Boggs 2025-05-30 09:12:39 -04:00
parent a481ae9526
commit 41f36b0fd7
8 changed files with 164 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<img id="biglogo" class="spinny" onclick="start_animation()" src="logo.png" alt="logo">
<h1>Rochester Food Not Bombs!</h1>
<p>This will be the profile/settings page for {{user.name}}</p>
{% endblock %}