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

Submitted URL: https://ide.geeksforgeeks.org/tryit.php/28216ba2-ccea-4c3c-b7f0-80cb199df076
Effective URL: https://ide.geeksforgeeks.org/online-html-editor/28216ba2-ccea-4c3c-b7f0-80cb199df076
Submission: On March 31 via manual from GB — 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=NZrMWHVy58-S9gVvad9HVGxk&amp;size=normal&amp;cb=gunyht4b1myd"
              width="304" height="78" role="presentation" name="a-tfbyiwqfxy4q" 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=NZrMWHVy58-S9gVvad9HVGxk&amp;size=normal&amp;cb=e4mxesiyq76v"
              width="304" height="78" role="presentation" name="a-7nlkbdic07a3" 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=NZrMWHVy58-S9gVvad9HVGxk&amp;size=normal&amp;cb=j0vknveub6h"
              width="304" height="78" role="presentation" name="a-xhyi80c67t8m" 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
uPVC Windows Basildon<br/><br/>uPVC Windows Basildon will enhance the security and warmth of your home, while giving your home a contemporary, stylish appearance. These incredibly low-maintenance windows are offered in virtually every colour from soft whites to modern greens and contemporary greys.<br/><br/>Before the uPVC revolution windows were made of aluminum and had black gaskets that didn't fit properly around the glass. They were not long-lasting due to the accumulation of mildew and visible dirt.<br/><br/>uPVC Windows<br/><br/>uPVC windows are one of the most popular window options offered to homeowners. They have many advantages which include increased security and thermal efficiency. They are also long-lasting and require minimal maintenance. They come in many styles and colors , so you can find the perfect one for your home.<br/><br/>uPVC Windows can help you lower your energy costs. This is due to the fact that they are very well insulated and block air from entering your home. This can reduce heating bills and your carbon footprint. These windows feature double-glazed panes that serve as a barrier to keep warm and cold air from leaking in. This makes your Basildon home more comfortable.<br/><br/>Another advantage of uPVC Windows is that they are durable and resistant to termites. This can help you save money in the end, since you won't need to spend money on pesticides. In addition, uPVC frames don't warp in cold weather and are water and windproof, so you don't have to worry about damp or rotting.<br/><br/>There are many styles of uPVC windows to choose from, so you can choose the right one for your Basildon home. The most well-known styles are casement windows and flush sash windows, which replicate the look of timber windows, but without sacrificing their durability. These windows are great for homes with a period style because they are attractive and stylish appearance.<br/><br/>They also provide ample ventilation and are easy to clean. These windows are best suited for floors that are higher.<br/><br/>uPVC windows are also a great way to increase the value of your property, as they improve the curb appeal. This can make your home more attractive to potential buyers and help to sell faster.<br/><br/>In addition to being extremely durable, uPVC windows are also extremely secure and can be able to withstand the force of attacks by burglars. This is because they are not susceptible to rotting and are equipped with high-tech locks which are designed to stop anyone from breaking into your home.<br/><br/>uPVC Doors<br/><br/>A high-quality uPVC solution is the best choice, whether you're looking to replace an old, inefficient, and leaky front door or do a complete remodel. A new door can make your Basildon home appear more attractive and boost the value of your home.<br/><br/>There are a variety of uPVC door styles to pick from. You could even have custom-made doors made in any RAL colour you can think of. However,  <a href="https://www.sothy.co.uk/10-of-the-top-mobile-apps-to-use-for-replacement-windows-basildon/">upvc window repairs basildon</a> 's not just the color you should be paying attention to. the material you choose to use and finishing options should also take into account the climate you live in. UPVC is well-known for its low maintenance and energy efficiency qualities, but you'll need to be aware of risks when selecting your new entryway.<br/><br/>The main reason for picking a uPVC door over a more expensive option is its longevity - you can expect your new front door to last between 20 to 25 years before it requires a little TLC. The latest designs are stylish and feature a variety of modern features such as magnetic locks and energy efficient glass.<br/><br/>uPVC Conservatories<br/><img width="355" src="https://www.repairmywindowsanddoors.co.uk/wp-content/uploads/2018/12/Replacement-Doors-300x200.jpg" /><br/><br/>A bespoke conservatory will not only enhance the look of your Southend Essex home it will also enhance your lifestyle in the most cost-effective way you can. The best part is you can take advantage of it all year! The glass box you choose to purchase will be the envy of the neighborhood with a variety of modern designs. Each of our Upvc masterpieces comes with a 10-year no hassle insurance-backed with a warranty. If you are considering the possibility of building a new house or would like to improve the curb appeal of your current property, get in touch today for a free , no obligation quote.<br/><br/>uPVC Repairs<br/><br/>uPVC Windows Basildon repairs can be an excellent option to get your double-glazed windows looking new again at an expense that is lower than a full replacement. A typical repair involves reviewing the frame to make sure it's properly done and the water draining system is working. The window is then reglazed and any hinges that are broken are replaced to avoid similar problems in the future.<br/><br/>UPVC windows are also thermally efficient, which can help you save money on heating and electricity bills. They block cold and hot air from entering your home. They are a good choice in areas of extreme temperatures, like those that can fall to freezing levels during the winter months and can be sweltering hot in the summer.<br/><br/>They are also resistant to termites and fire, making them a smart investment in your home. They are also very easy to maintain and clean as they can be wiped down with a damp cloth from time to time.<br/><br/>These are just a few of the reasons UPVC windows and doors are extremely popular. It is now possible to select a wide range of colours and finishes to suit your home perfectly.<br/><br/>You can also find uPVC windows in various styles that can be matched to any home that includes old farmhouses as well as modern bungalows. It is a great way to give your home more appeal and style. It also increases the insulation.<br/><br/>As opposed to wood, UPVC is incredibly low-maintenance and doesn't require any painting or staining to keep it looking great. This makes them an excellent choice for homeowners who are concerned about maintaining their home's appearance, but don't want to put up with the expense of maintenance costs.<br/><br/>UPVC can be used to construct fencing, fascias and guttering. Nevertheless, UPVC doors and windows are the most well-known products made of this material.<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