omnitool_on_hf / test_iframe.html
manu-sapiens's picture
fixed the double START pressing issue when getting out of the iFrame
f2e8e3c
raw
history blame contribute delete
300 Bytes
<!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>