Browse Source

It’s funny to be able to look for emojis

And we are not afraid of overwhelming the server after all 😏
master
David Larlet 2 years ago
parent
commit
e5271e95e8

+ 1
- 1
david/index.html View File



<form action="/david/recherche/" method="get"> <form action="/david/recherche/" method="get">
<label for="input-search">Termes de votre recherche :</label> <label for="input-search">Termes de votre recherche :</label>
<input type="search" name="s" minlength="3" required>
<input type="search" name="s" required>
<button>Chercher</button> <button>Chercher</button>
</form> </form>



+ 1
- 1
david/log/index.xml View File

<link href="https://larlet.fr/david/" rel="alternate" type="text/html" /> <link href="https://larlet.fr/david/" rel="alternate" type="text/html" />
<link href="https://larlet.fr/david/log/" rel="self" /> <link href="https://larlet.fr/david/log/" rel="self" />
<id>https://larlet.fr/david/</id> <id>https://larlet.fr/david/</id>
<updated>2022-03-19T12:00:00+01:00</updated>
<updated>2022-03-21T12:00:00+01:00</updated>
<author> <author>
<name>David Larlet</name> <name>David Larlet</name>
<uri>https://larlet.fr/david/</uri> <uri>https://larlet.fr/david/</uri>

+ 1
- 1
david/recherche/index.html View File

<hr> <hr>
<form action="https://duckduckgo.com/" method="get" id="form-search"> <form action="https://duckduckgo.com/" method="get" id="form-search">
<label for="input-search">Termes de votre recherche :</label> <label for="input-search">Termes de votre recherche :</label>
<input type="search" name="q" id="input-search" minlength="3" required>
<input type="search" name="q" id="input-search" required>
<input type="hidden" name="sites" value="larlet.fr"> <input type="hidden" name="sites" value="larlet.fr">
<button>Chercher</button> <button>Chercher</button>
<button type="reset">Annuler</button> <button type="reset">Annuler</button>

+ 1
- 1
david/templates/profil.html View File



<form action="/david/recherche/" method="get"> <form action="/david/recherche/" method="get">
<label for="input-search">Termes de votre recherche :</label> <label for="input-search">Termes de votre recherche :</label>
<input type="search" name="s" minlength="3" required>
<input type="search" name="s" required>
<button>Chercher</button> <button>Chercher</button>
</form> </form>



+ 1
- 1
david/templates/recherche.html View File

<hr> <hr>
<form action="https://duckduckgo.com/" method="get" id="form-search"> <form action="https://duckduckgo.com/" method="get" id="form-search">
<label for="input-search">Termes de votre recherche :</label> <label for="input-search">Termes de votre recherche :</label>
<input type="search" name="q" id="input-search" minlength="3" required>
<input type="search" name="q" id="input-search" required>
<input type="hidden" name="sites" value="larlet.fr"> <input type="hidden" name="sites" value="larlet.fr">
<button>Chercher</button> <button>Chercher</button>
<button type="reset">Annuler</button> <button type="reset">Annuler</button>

Loading…
Cancel
Save