Begin building contact form

This commit is contained in:
2025-01-08 19:57:42 +00:00
parent 781be0bab1
commit 856528fbc4
3 changed files with 34 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ from flask import Flask, render_template, Response
app = Flask(__name__)
import projects
import contact
@app.route('/')
def index():