mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-09 19:30:40 +00:00
first commit
This commit is contained in:
7
Partie2/Eleve/Projet/control.py
Normal file
7
Partie2/Eleve/Projet/control.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Flask, render_template
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return render_template('index.html')
|
||||
Reference in New Issue
Block a user