Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>HF Spaces Flask Demo</title> | |
| <style> | |
| body { font-family: sans-serif; padding: 20px; } | |
| iframe { width: 100%; height: 500px; border: 1px solid #ccc; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Flask App Hosted on HF Spaces</h1> | |
| <p>This page is served from HF Spaces via Flask.</p> | |
| <!-- Example iframe (can later point to your NTES proxy) --> | |
| <iframe src="https://enquiry.indianrail.gov.in/mntes/"></iframe> | |
| </body> | |
| </html> | |