mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 09:02:59 +00:00
if js disabled, hide search bar
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user