diff options
| author | Lucifer <[email protected]> | 2019-12-16 21:23:40 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-16 21:23:40 +0530 |
| commit | 610bbb5806281dd25129116129ebb20792568843 (patch) | |
| tree | 8042c04bfefe51117574d589e7d84a0800e2cb94 /templates | |
| parent | 40f71ed15049b57b19d0437e03598133679f71a5 (diff) | |
| download | nativekit-610bbb5806281dd25129116129ebb20792568843.tar.xz nativekit-610bbb5806281dd25129116129ebb20792568843.zip | |
Updated for macOS
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mac/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index 72578c2..8d5d2d3 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -57,12 +57,17 @@ </div> </header> <div class="content"> + <div class="progress-spinner" id="progress-spinner"></div> </div> <footer class="titlebar statusbar"> <h1 class="window-title">Native Kit</h1> </footer> </div> <script src="./../../scripts/nativekit.js"></script> + <script> + var target = document.getElementById('progress-spinner'); + var spinner = new Spinner().spin(target); + </script> </body> </html>
\ No newline at end of file |
