diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
commit | 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (patch) | |
tree | 51cb4f8038b5cf7c0776f75e287dc0d0131d38b1 /views/signin.php | |
parent | a3701e1e4f248ddb2e9fda275e55febecadc32cc (diff) |
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
Diffstat (limited to 'views/signin.php')
-rw-r--r-- | views/signin.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/views/signin.php b/views/signin.php deleted file mode 100644 index 8e52c92..0000000 --- a/views/signin.php +++ /dev/null @@ -1,10 +0,0 @@ - -<form action="/auth/start" method="get"> - <input type="text" name="me" placeholder="http://me.com" value="" class="form-control"><br> - - <input type="hidden" name="client_id" value="https://quill.p3k.io"> - <input type="hidden" name="redirect_uri" value="https://quill.p3k.io/auth/callback"> - - <input type="submit" value="Sign In" class="btn btn-primary"> -</form> - |