2025-05-21 06:05:12 +00:00
|
|
|
<?php
|
2025-05-22 23:57:03 +00:00
|
|
|
require_once('main.php');
|
2025-05-21 06:05:12 +00:00
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2025-05-22 06:46:44 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
2025-05-22 06:26:16 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
2025-05-21 06:05:12 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2025-05-21 20:55:26 +00:00
|
|
|
<h1>rosavox</h1>
|
2025-05-22 23:57:03 +00:00
|
|
|
<?php \rosavox\main($_GET, $_POST); ?>
|
2025-05-21 06:05:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|