aboutsummaryrefslogtreecommitdiff
path: root/views/html/sample_archive.html
blob: ea21c3113b0499f7504088ef5a6c08fab4250529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>