diff options
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> |
