File: /mnt/data/smarthr-co-in/demo/mobile/buyer/pwa/template-rtl/login.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, minimal-ui, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#3a57c4">
<title>SmartHR - PWA HTML Mobile Template</title>
<!-- Add link rel manifest -->
<link rel="manifest" href="manifest.json">
<!-- Add iOS meta tags and icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="SmartHR - PWA Mobile Template">
<link rel="apple-touch-icon" href="assets/img/icons/icon-152x152.png">
<!-- Add description here -->
<meta name="description" content="SmartHR - PWA Mobile Template">
<!-- Add meta theme-color -->
<meta name="theme-color" content="#2F3BA2" />
<!-- Favicons -->
<link rel="icon" href="assets/img/favicon.png" type="image/x-icon" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Font-Awesome CSS -->
<link rel="stylesheet" href="assets/plugins/css/all.css">
<link rel="stylesheet" href="assets/plugins/css/fontawesome.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="main-wrapper">
<button id="butInstall" aria-label="Install" hidden>Add To Home Screen</button>
<div class="page no-navbar no-toolbar no-swipeback login-page login d-flex align-items-center vh100">
<div class="page-content w-100">
<div class="account-page">
<div class="account-inner">
<div class="account-center">
<div class="account-content">
<div class="account-logo">
<img alt="" src="assets/img/logo2.png">
</div>
<div class="account-title">
<h3>Login</h3>
</div>
<div class="account-form">
<form action="index.html">
<div class="input-list">
<input type="text" placeholder="Username or Email">
</div>
<div class="input-list">
<input type="password" placeholder="Password">
</div>
<div class="input-list">
<a href="forgot-password.html">Forgot Password?</a>
</div>
<div class="input-list">
<button class="button button-big account-btn btn w-100">Login</button>
</div>
</form>
<p class="text-center m-b-0">Don’t have an account? <a href="register.html">Register</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Main Wrapper /-->
<!-- jQuery JS -->
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap Core JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Add the install script here -->
<script src="assets/js/install.js"></script>
<!-- Main JS -->
<script src="assets/js/script.js"></script>
</body>
</html>