rosavox/source/index.html.php

17 lines
342 B
PHP
Raw Permalink Normal View History

2025-05-21 06:05:12 +00:00
<?php
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-27 11:11:40 +02:00
<title>rosavox</title>
2025-05-21 06:05:12 +00:00
</head>
<body>
2025-05-21 20:55:26 +00:00
<h1>rosavox</h1>
<?php \rosavox\main($_GET, $_POST); ?>
2025-05-21 06:05:12 +00:00
</body>
</html>