diff options
| author | Lucifer <[email protected]> | 2019-12-17 18:49:34 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-17 18:49:34 +0530 |
| commit | ccab4c5064c7faa83cd7bb23fdbb58838f1941e0 (patch) | |
| tree | 9797792e9b781c48eade1de0559eda195443fe94 /templates | |
| parent | 45f4ca875c5bc56ea5533f3f151ed1d14a2e2e56 (diff) | |
| download | nativekit-ccab4c5064c7faa83cd7bb23fdbb58838f1941e0.tar.xz nativekit-ccab4c5064c7faa83cd7bb23fdbb58838f1941e0.zip | |
Updated template for macOS
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mac/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html index 8d5d2d3..9a92475 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -6,9 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>macOS Native Kit</title> - <link rel="stylesheet" href="./../../dist/mac/all.css"> - <!-- <script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> - <script nomodule="" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> --> + <link rel="stylesheet" href="./../../dist/mac/css/all.css"> </head> <body> @@ -63,7 +61,7 @@ <h1 class="window-title">Native Kit</h1> </footer> </div> - <script src="./../../scripts/nativekit.js"></script> + <script src="./../../dist/mac/scripts/nativekit.js"></script> <script> var target = document.getElementById('progress-spinner'); var spinner = new Spinner().spin(target); |
