2022-02-17 21:14:56 +01:00
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
<head>
|
|
|
|
<title>LibreX</title>
|
|
|
|
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
<meta name="description" content="A privacy respecting meta search engine."/>
|
2022-02-21 22:00:59 +01:00
|
|
|
<meta name="referrer" content="no-referrer">
|
2022-02-17 21:14:56 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="static/styles.css"/>
|
2022-02-20 18:11:15 +01:00
|
|
|
<link rel="shortcut icon" href="static/librex.png" />
|
2022-02-17 21:14:56 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-02-20 18:11:15 +01:00
|
|
|
<form class="search-container" action="search.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
|
|
|
<h1>Libre<span style="color:#bd93f9;">X</span></h1>
|
2022-02-17 21:14:56 +01:00
|
|
|
<input type="text" name="q"/>
|
|
|
|
<input type="hidden" name="p" value="0"/>
|
2022-02-20 22:57:23 +01:00
|
|
|
<input type="hidden" name="type" value="0"/>
|
2022-02-20 15:44:51 +01:00
|
|
|
<input type="submit" style="display:none"/>
|
|
|
|
<div class="search-button-wrapper">
|
|
|
|
<button name="type" value="0" type="submit">Search with LibreX</button>
|
|
|
|
<button name="type" value="1" type="submit">Search images with LibreX</button>
|
|
|
|
</div>
|
2022-02-17 21:14:56 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<div class="info-container">
|
|
|
|
<a href="/">LibreX</a>
|
|
|
|
<a href="https://github.com/hnhx/librex/" target="_blank">Source code & Other instances</a>
|
|
|
|
<a href="/donate.xhtml" id="right">Donate ❤️</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|