aboutsummaryrefslogtreecommitdiff
path: root/views/sample_archive
diff options
context:
space:
mode:
Diffstat (limited to 'views/sample_archive')
-rw-r--r--views/sample_archive/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/sample_archive/index.html b/views/sample_archive/index.html
new file mode 100644
index 0000000..ea21c31
--- /dev/null
+++ b/views/sample_archive/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="bg">
+<head>
+ <meta charset="UTF-8">
+ <title>Archive a page</title>
+</head>
+<body>
+ <form action="../../src/archive_page.php" method="POST">
+ <input type="text" name="page_url">
+ <input type="submit" name"archive_page_button">
+ </form>
+</body>
+</html>