diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-24 14:41:21 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-24 14:41:21 -0700 |
commit | 3f82ec2f757c62c25a31b461e0a0cddc14886117 (patch) | |
tree | 8eb85c7f356df87f2bf477a54c7ab521002492a1 /views/index.php |
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
Diffstat (limited to 'views/index.php')
-rw-r--r-- | views/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/index.php b/views/index.php new file mode 100644 index 0000000..2c62f09 --- /dev/null +++ b/views/index.php @@ -0,0 +1,9 @@ + <div class="jumbotron"> + <h2>#IndiePost</h2> + <p>How does it work?</p> + <ol> + <li>Sign in with your domain</li> + <li>Post a note!</li> + </ol> + <p><a href="/signin" class="btn btn-primary btn-lg" role="button">Get Started »</a></p> + </div> |