2023-02-16 12:10:46 +00:00
|
|
|
<?php require "misc/header.php"; ?>
|
2023-05-20 15:22:57 +00:00
|
|
|
<title>Binternet</title>
|
2023-02-04 16:17:32 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2023-09-09 23:31:35 +00:00
|
|
|
<div class="mainContainer centered">
|
|
|
|
|
<h1 id="bodyHeader">Binternet</h1>
|
|
|
|
|
<p>A privacy respecting Pinterest image search</p>
|
|
|
|
|
<form class="searchContainer " action="search.php" method="get" autocomplete="off">
|
|
|
|
|
<div id="inputWrapper">
|
|
|
|
|
<input type="text" name="q" autofocus/>
|
|
|
|
|
<button class="" type="submit">Search</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
2023-02-14 11:16:19 +00:00
|
|
|
</div>
|
2023-02-16 12:10:46 +00:00
|
|
|
<?php require "misc/footer.php"; ?>
|