mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-04-10 11:52:54 +01:00
if js disabled, hide search bar
This commit is contained in:
parent
8bfaabd9df
commit
e6727fbfe9
@ -4,6 +4,12 @@ title: "🍲 Based Cooking 🍳"
|
|||||||
|
|
||||||
## What do you want to cook?
|
## What do you want to cook?
|
||||||
|
|
||||||
|
<noscript>
|
||||||
|
<style>
|
||||||
|
.search { display: none; }
|
||||||
|
</style>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<input type="text" id="search" placeholder="Search...">
|
<input type="text" id="search" placeholder="Search...">
|
||||||
<button class="clear-search">
|
<button class="clear-search">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user