القائمة الرئيسية

الصفحات

 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)


  • فيس بوك
  • بنترست
  • تويتر
  • واتس اب
  • لينكد ان
إظهار التعليقات