jemlit.com Open in urlscan Pro
2606:4700:20::681a:ea6  Public Scan

URL: https://jemlit.com/en/a/WagerUP
Submission: On September 01 via api from FI — Scanned from FI

Form analysis 5 forms found in the DOM

<form>
  <button formaction="https://jemlit.com/login/facebook"
    class="mx-auto w-full flex rounded-md border-2 transition-all bg-[#3b5998] border-[#3b5998] text-white hover:bg-white hover:text-[#3b5998] dark:bg-transparent dark:border-[#3b5998] dark:text-[#a6bff2] dark:hover:bg-[#3b5998] dark:hover:border-[#3b5998] dark:hover:text-white mb-3">
    <div class="px-3 py-2 border-r border-r-grey dark:border-r-[#a6bff2] shrink-0">
      <i class="icon icon-facebook"></i>
    </div>
    <div class="px-3 py-2 grow">
      <span class="text">Register with Facebook</span>
    </div>
  </button>
  <button formaction="https://jemlit.com/login/google"
    class="mx-auto w-full flex rounded-md border-2 transition-all bg-[#D75C51] border-[#D75C51] text-white hover:bg-white hover:text-[#eb4335] dark:bg-transparent dark:border-[#FFCCC8] dark:text-[#FBB0AA] dark:hover:bg-[#D75C51] dark:hover:border-[#D75C51] dark:hover:text-white mb-4">
    <div class="px-3 py-2 border-r border-r-gray shrink-0">
      <i class="icon icon-google"></i>
    </div>
    <div class="px-3 py-2 grow">
      <span class="text">Register with Google</span>
    </div>
  </button>
  <div class="form-check">
    <input name="marketing_consent" type="checkbox" id="marketing-consent-social" checked="">
    <label for="marketing-consent-social"> I want to receive <strong>free promo codes</strong> and other promotions when they are live </label>
  </div>
</form>

POST https://jemlit.com/register

<form method="POST" action="https://jemlit.com/register">
  <input type="hidden" name="_token" value="75QSrO88CeTKboae8WCUpa7E5WpBxfqQJJdLo4FX">
  <div class="mb-6">
    <div class="input-group-text">
      <input id="register-name" type="text" class="form-control" name="register_name" placeholder="Full name" value="" required="" autofocus="">
    </div>
    <div class="input-group-text">
      <input id="register-email" type="email" class="form-control" name="register_email" placeholder="Email" value="" required="">
    </div>
    <div class="input-group-text">
      <input id="register-password" class="form-control" type="password" name="register_password" autocomplete="new-password" placeholder="Password" minlength="8" required="">
    </div>
    <div class="input-group-text">
      <input id="register-password-confirm" class="form-control" type="password" name="register_password_confirmation" autocomplete="new-password" placeholder="Confirm Password" minlength="8" required="">
    </div>
    <div class="form-check">
      <input name="marketing_consent" type="checkbox" class="form-check-input" id="marketing-consent">
      <label class="form-check-label" for="marketing-consent">I want to receive <strong>free promo codes</strong> and other promotions when they are live</label>
    </div>
  </div>
  <button type="submit" class="btn block w-full btn-primary mb-2"> Register </button>
  <div class="text-left text-sm text-grey">
    <span>Already registered?</span>
    <button type="button" class="underline" data-modal-close="" data-modal-action="open" data-modal="login-modal"> Login </button>
  </div>
</form>

<form>
  <button formaction="https://jemlit.com/login/facebook"
    class="mx-auto w-full flex rounded-md border-2 transition-all bg-[#3b5998] border-[#3b5998] text-white hover:bg-white hover:text-[#3b5998] dark:bg-transparent dark:border-[#3b5998] dark:text-[#a6bff2] dark:hover:bg-[#3b5998] dark:hover:border-[#3b5998] dark:hover:text-white mb-3">
    <div class="px-3 py-2 border-r border-r-grey dark:border-r-[#a6bff2] shrink-0">
      <i class="icon icon-facebook"></i>
    </div>
    <div class="px-3 py-2 grow">
      <span class="text">Login with Facebook</span>
    </div>
  </button>
  <button formaction="https://jemlit.com/login/google"
    class="mx-auto w-full flex rounded-md border-2 transition-all bg-[#D75C51] border-[#D75C51] text-white hover:bg-white hover:text-[#eb4335] dark:bg-transparent dark:border-[#FFCCC8] dark:text-[#FBB0AA] dark:hover:bg-[#D75C51] dark:hover:border-[#D75C51] dark:hover:text-white">
    <div class="px-3 py-2 border-r border-r-gray shrink-0">
      <i class="icon icon-google"></i>
    </div>
    <div class="px-3 py-2 grow">
      <span class="text">Login with Google</span>
    </div>
  </button>
</form>

POST https://jemlit.com/login

<form method="POST" id="login-form" action="https://jemlit.com/login">
  <input type="hidden" name="_token" value="75QSrO88CeTKboae8WCUpa7E5WpBxfqQJJdLo4FX">
  <div class="mb-6">
    <div class="input-group-text">
      <input id="login-email" type="email" class="form-control" name="email" placeholder="Email" value="" required="">
    </div>
    <div class="input-group-text">
      <input id="login-password" class="form-control" type="password" name="password" placeholder="Password" required="">
    </div>
    <div class="form-check">
      <input name="remember" type="checkbox" class="form-check-input" id="login-remember">
      <label class="form-check-label" for="login-remember">Remember me</label>
    </div>
  </div>
  <button type="submit" class="btn block w-full btn-primary mb-2"> Login </button>
  <div class="flex justify-between items-start text-sm text-grey">
    <p class="mr-2 flex-1">
      <span>Don't have an account yet?</span>
      <button type="button" class="underline text-left" data-modal-close="" data-modal-action="open" data-modal="signup-modal"> Sign up </button>
    </p>
    <button type="button" class="underline text-right flex-1" data-modal-action="open" data-modal="forgot-password-modal"> I forgot my password </button>
  </div>
</form>

POST https://jemlit.com/password/email

<form method="POST" action="https://jemlit.com/password/email">
  <input type="hidden" name="_token" value="75QSrO88CeTKboae8WCUpa7E5WpBxfqQJJdLo4FX">
  <div class="input-group-text">
    <input type="email" class="form-control" placeholder="Email" name="forgot_email" value="" required="">
  </div>
  <div class="text-center">
    <button type="submit" class="btn btn-primary"> Send recovery instructions </button>
  </div>
</form>

Text Content

 * Boxes
 * Clashes 🔥
 * Earn $
 * Products Shop
 * Customer Reviews
 * Rewards

en
 * Español
 * Français
 * Italiano

Login Signup
 * Boxes
 * Clashes 🔥
 * Earn $

 * --------------------------------------------------------------------------------

 * Products Shop
 * How It Works
 * Blog
 * FAQ

 * --------------------------------------------------------------------------------

 * English
   * Español
   * Français
   * Italiano
 * Login




CONGRATS!!


WAGERUP INVITED YOU ON JEMLIT

Whenever you deposit, enter the code WagerUP to get a 5% bonus on your deposit!

Register and deposit now


 * 37
   
   Users Online

 * 1097590
   
   Registered Users

 * 412,651
   
   Boxes Opened

 * 5,843,668
   
   Rewards

© jemlit.com 2023

 * Boxes
 * Our Policy
 * Provably Fair
 * Customer Reviews
 * FAQ
 * Blog
 * How It Works
 * Terms and Conditions
 * Contact Us




Jemlit.com by D&P WEBSOLUTIONS LTD
Company n. 12330482
20 Fitzroy Square, London W1T 6EJ

All product and company names are trademarks or registered trademarks of their
respective holders. Use of them does not imply any affiliation with or
endorsement by them.

COOKIES & PRIVACY

This website uses cookies to optimize your experience on JemLit.More information

SELECT COOKIES TO ACCEPT

 * Necessary
 * Site Preferences
 * Analytics
 * Marketing

Accept CookiesCustomise Cookies

Sign up

Register with Facebook

Register with Google
I want to receive free promo codes and other promotions when they are live

--------------------------------------------------------------------------------

or

I want to receive free promo codes and other promotions when they are live
Register
Already registered? Login

Login

Login with Facebook

Login with Google

--------------------------------------------------------------------------------

or

Remember me
Login

Don't have an account yet? Sign up

I forgot my password

Forgot Password

Send recovery instructions
You must accept our policy first.


Contact Us

Need to get in touch with us?

Our Customer Service is open Monday through Friday from 9.00am to 6.00pm

Find us at support@jemlit.com




word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1