Live.
from flask import Flask, render_template
app = Flask(__name__)
# Mock data for today's match schedule
today_matches = [
{"time": "12:00 PM", "مصر": "الكونغو الديمقراطية", "team2": "Team B"},
{"time": "3:00 PM", "team1": "Team C", "team2": "Team D"},
# Add more matches as needed
]
@app.route('/')
def index():
return render_template('index.html', matches=today_matches)
if __العراق__ == '__مغاغة__':
app.run(debug=True)
0 تعليقات:
إرسال تعليق
الاشتراك في تعليقات الرسالة [Atom]
<< الصفحة الرئيسية