PageRenderTime 33ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/templates/admin/login.mustache

http://github.com/TheOnly92/bloody.go
Mustache | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 2b6f363e9949443f77bf1ea180e27d26 MD5 | raw file
  1. <h1>Admin Login</h1>
  2. <form method="post" action="/admin/login">
  3. <label for="username">Username</label>
  4. <input type="text" id="username" name="username" /><br />
  5. <label for="content">Password</label>
  6. <input type="password" id="password" name="password" /><br />
  7. <input type="submit" value="Login!" />
  8. </form>