このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kensaku.online/www/about.php

37 行
1.4 KiB
PHP

<?php
require_once('../helper.php');
require_once('../config.php');
$title = '検索オンラインについて';
$linktype = 'side';
require_once('../include/header.php');
require_once('../include/menu.php');
?>
<hr />
<h1><?php echo SITE_NAME.' '.VERSION; ?></h1>
<p>
匿名自営業076のテクニカル諏訪子様の商品です。<br />
検索オンラインは日本産検索エンジンで、本当に匿名で検索可能となっております。<br />
検索オンラインはフリーソフトですので、ソースコードは勿論オープンソースです。<br /><br />
バグ報告は<a href="https://gitler.moe/TechnicalSuwako/kensaku.online/issues">Gitレポジトリー</a>までお願い申し上げます。
</p>
<hr />
<h1><?php echo SITE_NAME_EN.' '.VERSION; ?></h1>
<p>
This is a product of TechnicalSuwako from 076 Anonymous Independent Business.<br />
Kensaku Online is a Made in Japan™ search engine withou which you can actually search anonymously.<br />
Kensaku Online is free software, so of course the source code is open source.<br /><br />
Bug reports should go into the <a href="https://gitler.moe/TechnicalSuwako/kensaku.online/issues">Git repository</a>.
</p>
<?php
require_once('../include/footer.php');
?>