31 lines
925 B
HTML
Executable file
31 lines
925 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="../styles.css"/>
|
|
</head>
|
|
<body>
|
|
<blockquote>
|
|
<a href="/"><h3>Why OoHay?</h3></a>
|
|
<p>
|
|
We are a search engine for the amazing network known as Compu-Global-Hyper-Mega-Net, which you are using to view this page right now! OoHay connects people to websites, by allowing them to search for the site they're looking for.
|
|
<br>
|
|
<br>
|
|
OoHay is a customized instance of Wiby.
|
|
<br>
|
|
<br>
|
|
<a href="http://oohay.retro"><img src="/about/oohay.gif"></a>
|
|
<br>
|
|
<br>
|
|
<a href="/feedback/">Send Feedback</a><br><br>
|
|
</p>
|
|
<p class="pin"><b>Additional Features:</b>
|
|
<br><br>Developers can connect their applications using the JSON output available at /json.
|
|
<br>
|
|
<br>
|
|
<a class="pin1" href="pp.html">Privacy Policy</a>
|
|
</p>
|
|
</blockquote>
|
|
</body>
|
|
</html>
|