diff options
| -rw-r--r-- | templates/mac/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index e756f0f..fef1b79 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -56,8 +56,10 @@ </div> </div> </header> - <div class="content"> - + <div class="content boxed"> + <div class="box-layout"> + <p>Box Layout</p> + </div> </div> <footer class="titlebar statusbar"> <h1 class="window-title">Native Kit</h1> |
