Sha256: 8722fc065390521bf168fc8b71b6402811845650e75f2edd902fdb3b9f771389

Contents?: true

Size: 941 Bytes

Versions: 4

Compression:

Stored size: 941 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>twitter_login</title>
	<meta name="generator" content="TextMate http://macromates.com/">
	<meta name="author" content="Alex MacCaw">
	<!-- Date: 2009-01-10 -->
	<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
	<script src="chain.js" type="text/javascript" charset="utf-8"></script>
	<script src="bowline.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
  <script type="text/javascript" charset="utf-8">
    jQuery(function($){
      $.setupForms();
    });
  </script>
  
  <form action="twitter_binder.login" method="get">
    <input type="text" name="user" id="user">
    <input type="password" name="pass" id="pass">

    <p><input type="submit" value="Login &rarr;"></p>
  </form>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
maccman-bowline-0.1.1 examples/twitter_login.html
maccman-bowline-0.1.2 examples/twitter_login.html
maccman-bowline-0.1.3 examples/twitter_login.html
maccman-bowline-0.1.4 examples/twitter_login.html