mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 16:13:13 -06:00
added signup logic, and reorganized
This commit is contained in:
10
flash_auth_app/project/templates/base.html
Normal file
10
flash_auth_app/project/templates/base.html
Normal 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>
|
||||
4
flash_auth_app/project/templates/index.html
Normal file
4
flash_auth_app/project/templates/index.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
0
flash_auth_app/project/templates/login.html
Normal file
0
flash_auth_app/project/templates/login.html
Normal file
0
flash_auth_app/project/templates/profile.html
Normal file
0
flash_auth_app/project/templates/profile.html
Normal file
0
flash_auth_app/project/templates/signup.html
Normal file
0
flash_auth_app/project/templates/signup.html
Normal file
Reference in New Issue
Block a user