- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Admin Dashboard</title>
- <link rel="stylesheet" href="styles.css">
- </head>
- <body>
- <div class="container">
- <h2>Admin Dashboard</h2>
- <h3>Underwriter Registration</h3>
- <form id="underwriterRegistrationForm">
- <label for="userId">User ID:</label>
- <input type="text" id="userId" name="userId" required>
- <label for="userName">Name:</label>
- <input type="text" id="userName" name="userName" required>
- <label for="userDob">Date of Birth:</label>
- <input type="date" id="userDob" name="userDob" required>
- <label for="userJoinDate">Joining Date:</label>
- <input type="date" id="userJoinDate" name="userJoinDate" required>
- <label for="userPassword">Default Password:</label>
- <input type="password" id="userPassword" name="userPassword" required>
- <button type="submit">Register Underwriter</button>
- </form>
- </div>
- <script src="admin.js"></script>
- </body>
- </html>
[text] try 3
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
Editor
You can edit this paste and save as new: