aboutsummaryrefslogtreecommitdiff
path: root/views/sample_archive/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/sample_archive/index.php')
-rw-r--r--views/sample_archive/index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/sample_archive/index.php b/views/sample_archive/index.php
new file mode 100644
index 0000000..9d7addd
--- /dev/null
+++ b/views/sample_archive/index.php
@@ -0,0 +1,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(); ?>