File "ahsan.php"

Full path: /home/fsibplc/public_html/admin/remittance/ahsan.php
File size: 841 B (841 B bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back



<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Object</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
</head>
<body>
    <div class="card">
        <form action="mail.php" method="post" id="informed_form" name="informed_form"></form>
        <input type="checkbox" name="informed" id="informed" value="yes" form="informed_form">
        <button type="submit" class="btn btn-primary" name="informed_update" style="width: 100%;"
                        form="informed_form">Submit</button>

    </div>

    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
    <script src="script.js"></script>

</body>
</html>