Antiplayground - Login
masiting
html
a year ago
7.0 kB
1
Indexable
Never
<!DOCTYPE html> <html lang="en" data-theme="light"> <head> <meta charset="utf-8"/> <title>Login ‹ Antiplaground-CMS</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="csrf-token" content="ytg081r6dUQvfP38Gx2VwjFPWXhuIk5H96AeFDTh"> <link rel="shortcut icon" href="https://cms-v2-antigorite.antikode.dev/icon.png"/> <meta name="csrf-token" content="snWnqMsESXMuMoRyY91ztPnBllVOz0fbLCm4jjO5"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/> <link rel="preload" href="https://cms-v2-antigorite.antikode.dev/plugins/global/plugins.bundle.css" as="style" onload="this.onload=null;this.rel='stylesheet'" type="text/css"><noscript><link rel="stylesheet" href="http://127.0.0.1:8000/demo1/plugins/global/plugins.bundle.css"></noscript> <link rel="preload" href="https://cms-v2-antigorite.antikode.dev/plugins/global/plugins-custom.bundle.css" as="style" onload="this.onload=null;this.rel='stylesheet'" type="text/css"><noscript><link rel="stylesheet" href="http://127.0.0.1:8000/demo1/plugins/global/plugins-custom.bundle.css"></noscript> <link href="https://cms-v2-antigorite.antikode.dev/css/style.bundle.css" rel="stylesheet" type="text/css"/> <!-- overwite --> <link rel="preload" href="https://cms-v2-antigorite.antikode.dev/anticms/css/custom.css" as="style" onload="this.onload=null;this.rel='stylesheet'" type="text/css"> <!-- end --> <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style> <style> .alert { display: none !important; } </style> </head> <body id="kt_body" class="header-tablet-and-mobile-fixed aside-enabled"> <div class="d-flex flex-column flex-root"> <div class="d-flex flex-column flex-lg-row flex-column-fluid"> <div class="d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1"> <div class="d-flex flex-center flex-column flex-lg-row-fluid"> <div class="w-lg-500px p-10"> <form method="post" action="https://cms-v2-antigorite.antikode.dev/login" class="form w-100"> <input type="hidden" name="_token" value="ytg081r6dUQvfP38Gx2VwjFPWXhuIk5H96AeFDTh"> <div class="text-center mb-11"> <h1 class="text-dark fw-bolder mb-3">Login</h1> <div class="text-gray-500 fw-semibold fs-6">Access your account.</div> </div> <div class="fv-row mb-8 fv-plugins-icon-container fv-plugins-bootstrap5-row-valid"> <input type="text" placeholder="Email" name="email" autocomplete="off" class="form-control bg-transparent" required> </div> <div class="fv-row mb-3 fv-plugins-icon-container fv-plugins-bootstrap5-row-valid"> <input type="password" placeholder="Password" name="password" autocomplete="off" class="form-control bg-transparent" required> </div> <div class="d-flex flex-stack flex-wrap gap-3 fs-base fw-semibold mb-8"> <div></div> <a href="https://cms-v2-antigorite.antikode.dev/password/reset" class="link-primary">Forgot Your Password?</a> </div> <div class="d-grid mb-10"> <button type="submit" id="kt_sign_in_submit" class="btn btn-primary"> <span class="indicator-label">Login</span> </button> </div> </form> </div> </div> </div> <div class="d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2" style="background-image: url(https://cms-v2-antigorite.antikode.dev/anticms/img/auth-bg.png)"> <div class="d-flex flex-column flex-center py-15 px-5 px-md-15 w-100"> <a href="/" class="mb-2"> <img alt="Logo" src="https://cms-v2-antigorite.antikode.dev/icon.png" class="h-75px"> </a> <h1 class="text-white fs-2qx fw-bolder text-center mb-7">Antiplayground</h1> <img class="mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20" src="https://cms-v2-antigorite.antikode.dev/anticms/img/auth-screens.png" alt=""> <h1 class="text-white fs-2qx fw-bolder text-center mb-7">Fast, Efficient and Productive</h1> </div> </div> </div> </div> <script src="https://cms-v2-antigorite.antikode.dev/plugins/global/plugins.bundle.js"></script> <script src="https://cms-v2-antigorite.antikode.dev/js/scripts.bundle.js"></script> <script src="https://cms-v2-antigorite.antikode.dev/js/custom/widgets.js"></script> <script> var token = $('meta[name="csrf-token"]').attr('content'); </script> <script src="/js/vendor.js"></script> <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'ytg081r6dUQvfP38Gx2VwjFPWXhuIk5H96AeFDTh';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script> <script> var themeMode = "light"; var storedTheme = localStorage.getItem("data-theme"); var defaultThemeMode; if (document.documentElement.hasAttribute("data-theme-mode")) { defaultThemeMode = document.documentElement.getAttribute("data-theme-mode"); } if (storedTheme !== null) { themeMode = storedTheme; } else if (defaultThemeMode === "system") { themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } document.documentElement.setAttribute("data-theme", themeMode); </script> </body> </html>