diff options
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> |