Untitled
unknown
plain_text
2 years ago
1.8 kB
4
Indexable
<!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <title>Account Blocked</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <style> header { display: flex; flex-direction: column; align-items: center; background-color: #f5f5f5; padding: 20px; } header img { width: 150px; margin-right: 20px; } header label { font-size: 16px; font-weight: bold; } h1 { color: #ff0000; text-align: center; margin-top: 50px; } p { text-align: center; font-size: 24px; margin-top: 20px; } </style> <style> .container { width: 50% !important; } </style> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> </head> <body> <header> <div style="margin-left:42%;"> <img src="https://zuarifarmhub.com/wp-content/uploads/2022/11/farmhub-logo-1.png" alt="Example image" style="display:inline-block;"> <div> <label style="text-align:right;">India's Leading AgriTech Company</label> </div> </div> </header> <h1>Your Account is Blocked</h1> <p>Please try with another number.</p> <form class="text-center" th:action="@{/zuari/login}"> <button class="btn btn-primary" type="submit">BACK TO HOME PAGE</button> </form> <!-- Add Bootstrap JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.2/js/bootstrap.min.js" integrity="sha512-R40yHxDvR8RVzOjtkhxk0Jm3m3qJ1wPIww1O+Q2Myg/l9hrlRmnRJrPWyT7TtTMMzJGQ2nyMeVDakdthar+WOQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> </body> </html>
Editor is loading...