diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-08-18 15:48:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 15:48:02 -0400 |
commit | f3f029d3dbe7315fdb966cd69e11585f8163d197 (patch) | |
tree | 7ffa43de26ce29507571a14c56745d60562b2c29 /views | |
parent | c42569ad68d0c61da540171b5b3e3a1066d33fdb (diff) |
add h-app
Diffstat (limited to 'views')
-rw-r--r-- | views/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.php b/views/index.php index 0257901..f60b560 100644 --- a/views/index.php +++ b/views/index.php @@ -1,6 +1,6 @@ <div class="narrow"> - <div class="jumbotron h-x-app"> + <div class="jumbotron h-app h-x-app"> <h1><img src="/images/quill-logo-144.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Quill">Quill</h1> <p class="tagline">Quill is a simple app for posting text notes to your website.</p> @@ -22,4 +22,4 @@ <a href="" class="u-url"></a> </div> -</div>
\ No newline at end of file +</div> |