public
Description: A Social backchannel application
Homepage: http://onelinr.com
Clone URL: git://github.com/ericw/onelinr.git
onelinr / handle.html
100644 13 lines (13 sloc) 0.403 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
{% include "header.html" %}
  <body id="handle-page">
    <div id="container">
      <h1>Choose a Onelinr handle</h1>
      <form action="" method="post">
        <input type="text" id="handle" name="handle" value="{{handle}}" />
        <div id="handle-buttons">
          <input type="submit" value="Ok" /> or <a href="/{{channel}}">Cancel</a>
        </div>
      </form>
    </div>
  </body>
</html>