diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-18 13:08:43 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-19 07:46:17 +0200 |
| commit | bd8e0c3452307aa92827b9910339ec537def7e9b (patch) | |
| tree | 8e3dcea9c2c896d8f315e509f14d2b47661eb8d4 /views/sample_archive/index.html | |
| parent | 367a7f80993306f42ae18d07a56b510fc1402b98 (diff) | |
| download | nowayforward_human-bd8e0c3452307aa92827b9910339ec537def7e9b.tar nowayforward_human-bd8e0c3452307aa92827b9910339ec537def7e9b.tar.gz nowayforward_human-bd8e0c3452307aa92827b9910339ec537def7e9b.zip | |
feat(views): Rename sample_archive directory
Diffstat (limited to 'views/sample_archive/index.html')
| -rw-r--r-- | views/sample_archive/index.html | 13 |
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> |
