diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 01:57:48 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 01:57:48 +0530 |
| commit | ced7f635735ed5e8e3ee3f997943f8c11615fea4 (patch) | |
| tree | fc62d58b731cc65a3c48e6b5b3f47646723ffdff /templates | |
| parent | 7b5a4698b90afc8e3804e367e8187a5de97e6b32 (diff) | |
| download | nativekit-ced7f635735ed5e8e3ee3f997943f8c11615fea4.tar.xz nativekit-ced7f635735ed5e8e3ee3f997943f8c11615fea4.zip | |
Updated with box layout
Diffstat (limited to 'templates')
| -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> |
