radfusion/resources/views/staff/reports/close-window.blade.php
2025-01-11 17:32:41 +06:00

10 lines
195 B
PHP

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onload="window.close()">
</body>
</html>