aboutsummaryrefslogtreecommitdiff
path: root/views/sample_archive/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/sample_archive/index.html')
-rw-r--r--views/sample_archive/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/views/sample_archive/index.html b/views/sample_archive/index.html
deleted file mode 100644
index ea21c31..0000000
--- a/views/sample_archive/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>