Subham9126 commited on
Commit
9219a12
·
verified ·
1 Parent(s): eb49588

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -0
index.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>HF Spaces Flask Demo</title>
7
+ <style>
8
+ body { font-family: sans-serif; padding: 20px; }
9
+ iframe { width: 100%; height: 500px; border: 1px solid #ccc; }
10
+ </style>
11
+ </head>
12
+ <body>
13
+ <h1>Flask App Hosted on HF Spaces</h1>
14
+ <p>This page is served from HF Spaces via Flask.</p>
15
+
16
+ <!-- Example iframe (can later point to your NTES proxy) -->
17
+ <iframe src="https://enquiry.indianrail.gov.in/mntes/"></iframe>
18
+ </body>
19
+ </html>