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

14 lines
187 B
PHP
Raw Permalink Normal View History

2025-07-17 08:28:28 +00:00
<!DOCTYPE html>
<html>
<head>
<title>
Minimal page
</title>
</head>
<body>
<h1>
Minimal page
</h1>
</body>
</html>