2016-04-23 22:16:40 -07:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link href = "/_static/css/bootstrap.min.css" rel = "stylesheet" >
< link href = "/_static/css/vain.css" rel = "stylesheet" >
< title > vain< / title >
< / head >
< body >
< nav class = "navbar navbar-inverse navbar-fixed-top" role = "navigation" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = "#bs-example-navbar-collapse-1" >
< span class = "sr-only" > Toggle navigation< / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "/" > Vain< / a >
< / div >
< / div >
< / nav >
< div class = "container" >
2016-05-22 11:41:51 -07:00
< h1 > Registration< / h1 >
< p > Please provide your email and instructions will be sent to your email.< / p >
< div id = "alert" class = "alert alert-danger" style = "display: none;" > placeholder< / div >
< div id = "success" class = "alert alert-success" style = "display: none;" role = "alert" > ...< / div >
< div id = "input" class = "row" >
< div class = "col-md-2" > < / div >
< div class = "input-group col-md-6" >
< span class = "input-group-addon" >
< span class = "glyphicon glyphicon-envelope" > < / span >
< / span >
< input type = "text" class = "form-control" id = "name" placeholder = "Email address" autofocus >
< span class = "input-group-btn" >
< button id = "send" class = "btn btn-block" type = "button" >
< span class = "glyphicon glyphicon-send" > < / span > Submit
< / button >
< / span >
2016-04-23 22:16:40 -07:00
< / div >
2016-05-22 11:41:51 -07:00
< div class = "col-md-4" > < / div >
2016-04-23 22:16:40 -07:00
< / div >
2016-05-22 11:41:51 -07:00
< p style = "padding-top: 40px" > < small > If you've forgotten your token please < a href = "/_static/forgot/" > request instructions to recover< / a > a token.< / small > < / p >
2016-04-23 22:16:40 -07:00
< / div >
< script src = "/_static/js/jquery.js" > < / script >
< script src = "/_static/js/bootstrap.min.js" > < / script >
< script src = "/_static/js/vain.js" > < / script >
< / body >
< / html >