Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <h1 class="logo"><a href="https://www.google.com" target="_blank">SuiteLyfe</a></h1>
  <h2 class="company-message">Helping you, one minute at a time.</h2>
  <div class="main-body">
    <p>Introducing our new suite of productivity applications. In the cloud and always up to date on all of your devices. Welcome to <em>your</em> lyfe, simplified.</p>
    <p>Our Product Suite:</p>
    <ul class="apps-list">
      <li>Lyfe Planner</li>
      <li>Lyfe Diet</li>
      <li>Lyfe Pets</li>
      <li>Lyfe Aero</li>
      <li>Lyfe Strength</li>
    </ul>
    <p>Find out <a href="#" style="text-decoration: none">more</a></p>
    <div class="feedback">
      <h3>Feedback</h3>
      <p>Like our products? Let us know below!</p>
      <form>
        <label for="name-input">Name</label>
        <input type="text" id="name-input">
        <label for="message-input">Message</label>
        <textarea id="message-input"></textarea>
        <input type="checkbox" id="current-user">
        <label for="current-user">I currently use SuiteLyfe</label>
        <input type="submit" value="Send">
      </form>
    </div>
  </div>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
DamianRivaspro
0viewers