diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-19 03:54:13 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-19 03:54:13 -0400 |
| commit | 0fe6db3fc11b7bba904f3afa0ddaecba448d8fde (patch) | |
| tree | ffa4f27a7e761133fd5835219d9870b396a21566 /templates | |
| parent | f262706ceaed75cbc1c6f75191869bbc6d91a558 (diff) | |
| download | omnisearch-0fe6db3fc11b7bba904f3afa0ddaecba448d8fde.tar.gz | |
feature: added "surprise me" button
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/home.html b/templates/home.html index 947582f..90fc904 100644 --- a/templates/home.html +++ b/templates/home.html @@ -29,12 +29,9 @@ <button type="submit" class="btn-primary"> Search </button> - <a target="_blank" href="https://bwaaa.monster/donate"> - <button type="button" class="btn-secondary"> - Donate - </button> - </a> - </div> + <button type="submit" name="btnI" value="1" class="btn-secondary"> + Surprise me + </div> </form> </div> </div> |
