added signup logic, and reorganized

This commit is contained in:
Seligmann
2022-03-26 19:01:17 -05:00
parent b21893796c
commit 9e9564154f
6 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Runnerspace</title>
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
</head>
<body>
</body>
</html>

View File

@@ -0,0 +1,4 @@
{% extends 'base.html' %}
{% block content %}
{% endblock %}

View File

View File

View File