diff options
| author | Lucifer <[email protected]> | 2019-12-13 07:55:36 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-13 07:55:36 +0530 |
| commit | 58e06015ed1a3cd899ad33785732ab3f988cdb8b (patch) | |
| tree | 9f1f2b09d4bdb2312b4f92cd568dbd4de7ace85c /templates | |
| parent | cc313634b562542c6068a2637c34a5e9a161adfe (diff) | |
| download | nativekit-58e06015ed1a3cd899ad33785732ab3f988cdb8b.tar.xz nativekit-58e06015ed1a3cd899ad33785732ab3f988cdb8b.zip | |
Added Window Wrapper for Normal and Vibrant Windows
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mac/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index d655be6..77bcac8 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -8,7 +8,11 @@ <link rel="stylesheet" href="./../../dist/mac/all.css"> </head> <body> - <h1>Native Kit macOS</h1> + <div class="window-vibrant"> + <div class="content"> + </div> + </div> <script src="./../../scripts/nativekit.js"></script> + <script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script> </body> </html>
\ No newline at end of file |
