Spaces:
Running
Running
File size: 300 Bytes
f2e8e3c |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<iframe src="http://localhost:4444" width="100%" height="600px">
<!-- Fallback content for browsers that don't support iframes -->
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html> |