Skip to content

utkarshraj210/Project210

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

from flask import Flask

app = Flask(name)

@app.route('/') def home(): return """ <title>Prem Vivah Bhawan</title> <style> body { font-family: Arial, sans-serif; text-align: center; margin: 50px; background-color: #f8f8f8; } .container { background: white; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); max-width: 500px; margin: auto; } h1 { color: #D81B60; } p { font-size: 18px; } .contact { margin-top: 20px; font-weight: bold; } .contact a { color: #007BFF; text-decoration: none; } .contact a:hover { text-decoration: underline; } </style>

Welcome to Prem Vivah Bhawan

Your perfect venue for weddings and celebrations.

📞 Call us: +91 92792 00748

📧 Email: utkarshraj27122010@gmail.com

"""

if name == 'main': app.run(debug=True)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published