aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/mac/index.html5
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