Add search box to your blog or website using HTML; just copy from <form to form> section and paste to a page any place between head and body.

<form method="get" action="https://www.marxistleninists.org/search/search.pl">
<label for="fdse_TermsEx">Search for: </label>
<input name="Terms" id="fdse_TermsEx" size="83" />
<input type="submit" value="Search" />
</form>

it will look like