added stuff

This commit is contained in:
9ahmed 2021-04-07 00:05:25 +05:00
parent dc88a80d84
commit 2d81f560e6
2 changed files with 13 additions and 1 deletions

View File

@ -51,8 +51,15 @@
<img src="https://www.vectorlogo.zone/logos/netlify/netlify-icon.svg" height='23' width='23'>
<a href="https://app.netlify.com/teams/9ahmed/overview">Netlify</a>
</ul>
<form class="search-bar" method="get" id="search" action="https://searx.ir/">
<input type="hidden" name="k8" value="#444444" />
<input type="hidden" name="k9" value="#D51920" />
<input type="hidden" name="kt" value="h" />
<input type="text" name="q" maxlength="255" placeholder="Search&hellip;" />
<input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" />
</form>
</div>
</body>
</html>
</html>

View File

@ -7,4 +7,9 @@ body {
font-family: 'Courier New', Courier, monospace;
text-align: center;
padding-top: 200px;
}
.search-bar {
padding-left: 220px;
padding-top: 80px;
}