Skip to content

Instantly share code, notes, and snippets.

@cblgh
Last active October 28, 2023 07:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cblgh/29991ba0a9e65cccbe14f4afd7c975f1 to your computer and use it in GitHub Desktop.
Save cblgh/29991ba0a9e65cccbe14f4afd7c975f1 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>Search lieu</h1>
<form method="GET" action="https://lieu.cblgh.org">
<label for="search">Search </label>
<span>
<input type="search" minlength="1" required name="q" placeholder="Search" id="search">
<input type="hidden" value="wiki.xxiivv.com" name="site"> <!-- this is important, change the value to your site's domain (without http(s)-->
<button type="submit" title="Search" aria-label="Search">Search</button>
</span>
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment