mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-09 19:30:40 +00:00
Add university content
This commit is contained in:
8
high-school/Partie2/Eleve/Projet/control.py
Normal file
8
high-school/Partie2/Eleve/Projet/control.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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