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 ng-app="app">
  
  <div class="voteplz-message">
    🇺🇸 You can vote NOW —don't wait for the 8th!
    <a href="https://www.voteplz.org/vote/early/?utm_medium=referral&utm_campaign={{utmCampaign}}&utm_source={{utmSource}}" target="_blank">
      Find where to vote today &rarr;
    </a>
  </div>
  <style>
    .voteplz-message {
      position: relative;
      font-size: 15px;
      font-weight: 500;
      font-family: 'Avenir', sans;
      padding: 10px 35px 10px 15px;
      background: rgba(0,0,0,.05);
      border: 1px solid rgba(0,0,0,.1);
      border-radius: 4px;
    }
    .voteplz-message a {
      color: #1f75e7;
    }
  </style>
  
  
  <div style="padding: 1em .2em">
    <h3>UTM info for the link</h3>
    <input ng-model="utmCampaign" type="text" placeholder="utm campaign, e.g. early-voting" />
    <input ng-model="utmSource" type="text" placeholder="utm source, e.g. jsbin" />
  </div>
  
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers