diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 12:30:40 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 12:33:32 +0500 |
| commit | 10cde47798f2a7b10a84a22f53aeddab1ceea720 (patch) | |
| tree | 48098523b6b8f037815a4f4a6af0f53d60c5b8a5 /public/index.php | |
| parent | 129b4df7ddeb1c6a819c0ebeee11dab50d18ff53 (diff) | |
feat: upload page
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 666500e..14d2c9a 100644 --- a/public/index.php +++ b/public/index.php @@ -18,7 +18,7 @@ <a href="/software">Chat clients</a> </div> - <form action="/emotes/search.php" method="get"> + <form action="/emotes/search.php" method="get" class="row"> <input type="text" name="q"> <button type="submit">Search</button> </form> |
