diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-19 19:25:43 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-19 19:25:43 +0200 |
| commit | 1c65183651962e7c91097d3ffd29cfb24b3a6bee (patch) | |
| tree | c257900e580016c6e3475f9de266c7690f210e5e /views/home/index.php | |
| parent | 640dd416d3de28ad39b05747ad4b7c81d5203776 (diff) | |
| download | nowayforward_human-1c65183651962e7c91097d3ffd29cfb24b3a6bee.tar nowayforward_human-1c65183651962e7c91097d3ffd29cfb24b3a6bee.tar.gz nowayforward_human-1c65183651962e7c91097d3ffd29cfb24b3a6bee.zip | |
feat: Add archive page
Diffstat (limited to 'views/home/index.php')
| -rw-r--r-- | views/home/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home/index.php b/views/home/index.php index 33f123d..4883a91 100644 --- a/views/home/index.php +++ b/views/home/index.php @@ -4,7 +4,7 @@ <section class="highlight separate-margin"> <h2>Explore the archives or add a new page</h2> - <form action="/sample_archive/index.php" method="POST" class="font-125 flex-row width-100 center-margin"> + <form action="/archive/index.php" method="GET" class="font-125 flex-row width-100 center-margin"> <input type="text" name="page_url" placeholder="Enter a URL" class="flex-expand"> <input type="submit" name="archive_page_button" value="Search"> </form> |
