Skip to content

Commit

Permalink
starter page added
Browse files Browse the repository at this point in the history
  • Loading branch information
İlker Gül committed May 27, 2024
1 parent a1194c9 commit ecd0cb0
Show file tree
Hide file tree
Showing 11 changed files with 749 additions and 580 deletions.
4 changes: 4 additions & 0 deletions docs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def index():
def about_project():
return render_template('about_project.html')

@app.route('/project-2024-datatouille/templates/main_page.html')
def main_page():
return render_template('main_page.html')

@app.route('/project-2024-datatouille/templates/about_us.html')
def about_us():
return render_template('about_us.html')
Expand Down
Loading

0 comments on commit ecd0cb0

Please sign in to comment.