ide.geeksforgeeks.org Open in urlscan Pro
54.218.217.136  Public Scan

Submitted URL: https://ide.geeksforgeeks.org/tryit.php/b82b27ac-1fb7-47b3-930a-7848c10f12d3
Effective URL: https://ide.geeksforgeeks.org/online-html-editor/b82b27ac-1fb7-47b3-930a-7848c10f12d3
Submission: On February 24 via manual from CA — Scanned from SG

Form analysis 3 forms found in the DOM

POST

<form method="POST" class="login-form" id="Login">
  <input type="hidden" name="reqType" value="Login">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">account_circle</i>
    <input name="user" id="luser" required="required" type="text" class="modal-form-input" placeholder="Username or email">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">lock</i>
    <input name="pass" id="password" type="password" required="required" class="modal-form-input" placeholder="Password">
  </div>
  <div class="modal-form-group left">
    <input name="rem" type="hidden" value="false">
    <input name="to" type="hidden" value="https://auth.geeksforgeeks.org/loginModal.php">
    <input name="rem" type="checkbox" checked="">
    <label class="modal-form-label" for="remember">Remember me</label>
    <a class="pull-right forgot-link">Forgot Password</a>
  </div>
  <div class="modal-form-group left" style="display: none;">
    <center>
      <div id="loginCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=Nh10qRQB5k2ucc5SCBLAQ4nA&amp;size=normal&amp;cb=6mxr2itsr0m2"
              width="304" height="78" role="presentation" name="a-tsj5oj9tplep" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </center>
  </div>
  <button class="btn btn-green signin-button" type="submit">Sign In</button>
</form>

POST

<form method="POST" class="login-form" id="Register">
  <input type="hidden" name="reqType" value="Register">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <!-- <div class="modal-form-group">
              <i class="input-icon material-icons">account_circle</i>
              <input name="user" id="reg-user" type="text" required="required" class="modal-form-input" placeholder="Username">
            </div> -->
  <div class="modal-form-group">
    <i class="input-icon material-icons">email</i>
    <input name="email" id="email" type="email" required="required" class="modal-form-input" placeholder="E-mail">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">lock</i>
    <input name="pass" id="reg-password" type="password" required="required" class="modal-form-input" placeholder="Password">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">business</i>
    <input name="institute" id="organization" autocomplete="off" required="required" type="text" class="modal-form-input typeahead institute" placeholder="Institution/Organization">
  </div>
  <div class="modal-form-group">
    <center>
      <div id="registerCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=Nh10qRQB5k2ucc5SCBLAQ4nA&amp;size=normal&amp;cb=g01x11he6w8"
              width="304" height="78" role="presentation" name="a-ivfjo4h7998z" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </center>
  </div>
  <input name="to" type="hidden" value="https://auth.geeksforgeeks.org/loginModal.php">
  <button class="btn btn-green signup-button" type="submit">Sign Up</button>
</form>

<form class="login-form" id="Forgot">
  <input type="hidden" name="reqType" value="Forgot">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <div class="modal-form-group">
    <p class="left">Please enter your email address or userHandle.</p>
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">account_circle</i>
    <input name="user" id="fuser" type="text" class="modal-form-input" placeholder="Username/Email">
  </div>
  <div class="modal-form-group">
    <center>
      <div id="forgotCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=Nh10qRQB5k2ucc5SCBLAQ4nA&amp;size=normal&amp;cb=vyb4p7l02yst"
              width="304" height="78" role="presentation" name="a-4wm9ocpphmns" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </center>
  </div>
  <div class="modal-form-group left">
    <a class="login-link">Back to Login</a>
  </div>
  <button class="btn btn-green center reset-button" type="submit">Reset Password</button>
</form>

Text Content

HTML,CSS & JS ONLINE EDITOR

 * Sign In


 * Sign In
 * Report Bug
 * Theme
   * Light
   * Dark



×
Sign In Sign Up
account_circle
lock
Remember me Forgot Password

Sign In
email
lock
business

Sign Up
or
Google
Facebook



LinkedIn
GitHub
Why Create an Account?
By creating this account, you agree to our Privacy Policy & Cookie Policy.

Please enter your email address or userHandle.

account_circle

Back to Login
Reset Password

1
There are many choices whenever it comes to be able to selecting an emf protection. How many products do you knoe available, but it is essential to decide what features you are usually most considering. You should consider sturdiness, reliability and appearances. Durability is significant if you intend to make use of it regularly or live in an area that experiences high moisture. If you have to replace that every few years, price could possibly be a good issue.<br/><br/>WaveWall<br/>WaveWall emf products guard your phone by electromagnetic radiation. The case is made of authentic leather and offers a special shielding substance that shows microwaves away. This particular patent technology safeguards your phone against a wide selection emf frequencies. It allows you to be able to make and get calls, while reducing the possibility of pores and skin irritation. These items can be very easily disguised, making these people ideal for daily use.<br/><br/>Companies are creating more EMF protection devices because of the increasing popularity. Some of these devices may well not work due to substandard supplies. Many are produced by companies of which only care concerning making money and certainly not your health.<br/><br/>DefenderPad<br/>The DefenderPad notebook computer radiation heat safeguard protects your personal computer from harmful electromagnetic radiation. The history artwork depicts the Roman centurion figure. It is made of military-grade electromagnetic the radiation shielding. It functions with most supplements and laptops.<br/><br/>Presently there are two edges to the item.  <a href="https://click4r.com/posts/g/8201149/emf-block-paint-plus-emf-shielding">emf shirt</a>  contains a soft rubbery look and the other provides a hard, coarse texture. Both sides offers an engraving showing a Centurion using a gladius and also a shield. Although the edges are smooth, they have got an commercial feel. The 2 sides aren't linked seamlessly, but are as an alternative attached using heavy duty adhesive.<br/><br/>Faraday Hand protection<br/>Faraday Gloves can be purchased to protect both hands against EMF radiation. These kinds of conductive gloves have an extremely minimal resistance of ten Ohm/sq. These mitts are particularly helpful for touch screens and TENS apps. They protect your own hands from stationary electricity damage.<br/><br/>These gloves protect your hands from EMF light, and can end up being washed easily. These people can also become reused and happen to be durable. Faraday Gloves is one associated with the most reliable EMF protection products available.<br/><br/>Breezy Baby blanket<br/>The Breezy Baby EMF Protection baby blanket provides protection regarding your baby's health with a light and portable, thin blanket. This particular blanket is produced from organic natural cotton, and is excellent for women that are pregnant worried about radiation from wireless devices. It can be machine washed in addition to is accessible in a lot of colors.  <a href="https://etextpad.com/foxn6x1cvd">shield emf</a>  is perfect intended for your baby's car seat or crib. It can likewise be used to protect your baby's bosoms.<br/><br/>Another option will be the SHYZ EMF Security Blanket. This stylish blanket blocks electromagnetic, electric and RF fields. You can also get it for as low while $100<br/><br/>Proteck'd Apparel Technologies<br/>Proteck'd Apparel protects electronics by EMF radiation. That can block eq up to 10GHz, which includes mobile phone frequencies. This can also stop 5G spectrum signals. This technology might protect your electronics against EMP problems and stop radio assaults.<br/><img width="390" src="https://www.beneficialenvironments.co.uk/wp-content/uploads/2015/05/T-Shirt.jpg" /><br/><br/>It is extremely effective with blocking wireless EMF emissions. It blocks WiFi, Bluetooth and cellular (1G-5Gen) as well as microwaves.<br/>




הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX




GENERATED URL:

Copy



Format Run
Run + Generate URL

×

KEYBOARD SHORTCUTS FOR EDITOR

Action Windows/Linux Mac Run Program Ctrl-Enter Command-Enter Find Ctrl-F
Command-F Replace Ctrl-H Command-Option-F Remove line Ctrl-D Command-D Move
lines down Alt-Down Option-Down Move lines up Alt-UP Option-Up


For more shortcuts you can visit the following page: Ace editor shortcuts
Close
room A-143, 9th Floor, Sovereign Corporate Tower,
Sector-136, Noida, Uttar Pradesh - 201305
email feedback@geeksforgeeks.org

 * Company
 * About Us
 * Careers
 * Privacy Policy
 * Contact Us

 * Learn
 * Algorithms
 * Data Structures
 * Languages
 * CS Subjects
 * Video Tutorials

 * Practice
 * Courses
 * Company-wise
 * Topic-wise
 * How to begin?

 * Contribute
 * Write an Article
 * Write Interview Experience
 * Internships
 * Videos

@geeksforgeeks , Some rights reserved