rosavox/source/index.html.php

16 lines
342 B
PHP

<?php
require_once('main.php');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rosavox</title>
</head>
<body>
<h1>rosavox</h1>
<?php \rosavox\main($_GET, $_POST); ?>
</body>
</html>