parent
9e404c6252
commit
d10adb0684
|
|
@ -1,11 +1,10 @@
|
||||||
labarks' testing Bangle.js App Loader (and Apps)
|
Bangle.js App Loader (and Apps)
|
||||||
================================
|
================================
|
||||||
|
|
||||||
[](https://travis-ci.org/espruino/BangleApps)
|
[](https://travis-ci.org/espruino/BangleApps)
|
||||||
|
|
||||||
* Try my **development version** at [github.io](https://labarks.github.io/BangleApps/)
|
* Try the **release version** at [banglejs.com/apps](https://banglejs.com/apps)
|
||||||
* Try the official **release version** at [banglejs.com/apps](https://banglejs.com/apps)
|
* Try the **development version** at [github.io](https://espruino.github.io/BangleApps/)
|
||||||
* Try the official **development version** at [github.io](https://espruino.github.io/BangleApps/)
|
|
||||||
|
|
||||||
**All software (including apps) in this repository is MIT Licensed - see [LICENSE](LICENSE)** By
|
**All software (including apps) in this repository is MIT Licensed - see [LICENSE](LICENSE)** By
|
||||||
submitting code to this repository you confirm that you are happy with it being MIT licensed,
|
submitting code to this repository you confirm that you are happy with it being MIT licensed,
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<meta name="application-name" content="BangleApps">
|
<meta name="application-name" content="BangleApps">
|
||||||
<meta name="msapplication-TileColor" content="#5755d9">
|
<meta name="msapplication-TileColor" content="#5755d9">
|
||||||
<meta name="theme-color" content="#5755d9">
|
<meta name="theme-color" content="#5755d9">
|
||||||
<title>labarks' testing Bangle.js App Loader</title>
|
<title>Bangle.js App Loader</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="navbar-primary navbar">
|
<header class="navbar-primary navbar">
|
||||||
|
|
@ -72,8 +72,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="filter-nav">
|
<div class="filter-nav">
|
||||||
<label class="chip" filterid="">Default</label>
|
<label class="chip active" filterid="">Default</label>
|
||||||
<label class="chip active" filterid="testing">Testing</label>
|
|
||||||
<label class="chip" filterid="clock">Clocks</label>
|
<label class="chip" filterid="clock">Clocks</label>
|
||||||
<label class="chip" filterid="game">Games</label>
|
<label class="chip" filterid="game">Games</label>
|
||||||
<label class="chip" filterid="tool">Tools</label>
|
<label class="chip" filterid="tool">Tools</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue