Ramin Honarythe <a href="https://start.duckduckgo.com/lite" rel="nofollow noopener" target="_blank">DuckDuckGo search engine</a> has a “lite” version. <p><a href="https://start.duckduckgo.com/lite" rel="nofollow noopener" target="_blank">https://start.duckduckgo.com/lite</a></p><p>It’s even better than the original early 2000s-era Google front page, they don’t even have the “I’m feeling lucky” feature. It is precisely three elements: company name, query input field, search button.</p><p><a class="hashtag" href="https://fe.disroot.org/tag/tech" rel="nofollow noopener" target="_blank">#tech</a> <a class="hashtag" href="https://fe.disroot.org/tag/internet" rel="nofollow noopener" target="_blank">#Internet</a> <a class="hashtag" href="https://fe.disroot.org/tag/webapps" rel="nofollow noopener" target="_blank">#WebApps</a> <a class="hashtag" href="https://fe.disroot.org/tag/smolweb" rel="nofollow noopener" target="_blank">#smolweb</a> <a class="hashtag" href="https://fe.disroot.org/tag/indieweb" rel="nofollow noopener" target="_blank">#IndieWeb</a> <a class="hashtag" href="https://fe.disroot.org/tag/duckduckgo" rel="nofollow noopener" target="_blank">#DuckDuckGo</a> <a class="hashtag" href="https://fe.disroot.org/tag/searchengine" rel="nofollow noopener" target="_blank">#SearchEngine</a> <a class="hashtag" href="https://fe.disroot.org/tag/search" rel="nofollow noopener" target="_blank">#Search</a> <a class="hashtag" href="https://fe.disroot.org/tag/onlinesearch" rel="nofollow noopener" target="_blank">#OnlineSearch</a></p><p>Here, let me copy-paste the HTML source of this page here:</p><pre><code><body>
<a name="top"></a>
<center id="lite_wrapper">
<br>
<span class="header">DuckDuckGo</span>
<br><br>
<form action="/lite/" method="post">
<input class="query" type="text" size="40" name="q" autocomplete="off" value="" autofocus="">
<input class="submit" type="submit" value="Search">
</form>
<br>
<p class="html-only">
<!-- This is the Lite version.
Get the full-JS version <a href="https://duckduckgo.com/">here</a>.
//-->
</p>
</center>
</body></code></pre>