aboutsummaryrefslogtreecommitdiff
path: root/views/sample_archive/index.php
blob: 9d7addd0c3ca2b83bac82821dc41531decfe9729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php
    include '../meta.php';
    runController('archive_page');
?>

<form action="/sample_archive/index.php" method="POST">
    <input type="text" name="page_url">
    <input type="submit" name="archive_page_button">
</form>

<?php end_page(); ?>