diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-07-27 11:57:40 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-07-27 11:57:40 -0700 |
commit | 9cfa0ff2c18e25a9c00d80624e6abea487bd9136 (patch) | |
tree | 0fbb1eedcffe7e8c95dc23edd8fad766a441156d | |
parent | 592eac5d8dc4c704bfb34915c0703fc2aecc6d46 (diff) |
add h-x-app markup
-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 f653de7..d6c9ce9 100644 --- a/views/index.php +++ b/views/index.php @@ -1,7 +1,7 @@ <div class="narrow"> - <div class="jumbotron"> - <h1><img src="/images/quill-logo-144.png" height="72" style="margin-bottom: 13px;">Quill</h1> + <div class="jumbotron 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> |