orcinus-search/example.php

19 lines
404 B
PHP
Raw Normal View History

2023-04-12 02:02:16 +00:00
<?php
require 'os3/search.php';
?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/search.css">
<title>Orca PHP Search <?php echo $_ODATA['version']; ?></title>
</head>
<body>
<h1>Orca PHP Search <?php echo $_ODATA['version']; ?></h1>
<?php $_TEMPLATE->render(); ?>
</body>
</html>