this repo has no description
1<!doctype html> 2<html> 3 <form action="/login" method="post"> 4 <input name="handle" id="handle" placeholder="Enter your handle" /> 5 <button type="submit" value="Submit">Submit</button> 6 </form> 7</html>