mcp_inspector / index.html
Subham9126's picture
Create index.html
9219a12 verified
Raw
History Blame Contribute Delete
605 Bytes
<!DOCTYPE html>
<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>