IOP-Patho/vendor/codeception/base/tests/data/app/view/iframe.php

13 lines
194 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<h1>Iframe test</h1>
<iframe name="content" src="info" />
</body>
</html>