-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddd7328
commit ab1b359
Showing
1 changed file
with
10 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script> src="caclater.js"</script> | ||
<script></script> | ||
<head> | ||
</body> | ||
<h1>kindle apps</h1> | ||
<h2>coming soon</h2> | ||
<p>this is a collection of tiny games,tools and more desinged for the kindles web browser</p> | ||
<h2>snake</h2> | ||
<p>this is a classic game and is moltly just a project to test mobile conteols</p> | ||
<p>this project is coming soon | ||
<h2>coclater</h2> | ||
<p> a simple cuclater<p> | ||
<button onclick="button_1_click()">1</button> | ||
<button onclick="button_1_click()">2</button> | ||
<button onclick="button_1_click()">3</button> | ||
<button onclick="button_1_click()">4</button> | ||
<button onclick="button_1_click()">5</button> | ||
<button onclick="button_1_click()">6</button> | ||
<button onclick="button_1_click()">7</button> | ||
<button onclick="button_1_click()">8</button> | ||
<button onclick="button_1_click()">9</button> | ||
<button onclick="button_1_click()">+</button> | ||
<button onclick="button_1_click()">-</button> | ||
<button onclick="button_1_click()">=</button> | ||
<button onclick="button_1_click()">/</button> | ||
<button onclick="button_1_click()">*</button> | ||
<script> | ||
function button_1_click() { | ||
|
||
} | ||
</script> | ||
<h1>Kindle Apps</h1> | ||
<h2>Coming Soon!</h2> | ||
<p>This is a collection of tiny games, tools, and more designed for the Kindles Web browser.</p> | ||
<h2>Snake</h2> | ||
<p>This is a classic game, and is mostly just a project to test mobile controls.</p> | ||
<p>THIS PROJECT IS COMING SOON!</p> | ||
<p>coming soon</p> | ||
<h2>weather</h2> | ||
<p>this just a conecept and may never come to be beacuse of more complacaited coding and api stuff</p> | ||
<p>My friend ToadRage is working on this at the moment, but the main roadblock is limited API call use per day.</p> | ||
<h2>chess</h2> | ||
<p>another concept idea</p> | ||
<h2>story</h2> | ||
<p>The kindle can acsses the web (at least some newer verions). but a lot of websites are made for more powrfull devices and only a dozen of webstites run really well(mostly news sites) </p> | ||
<p>the misson of kindle apps is to provide acsses to a couple of usefull and fun applacations using the web browser</p> | ||
<p>//where more text might go</p> | ||
<p>The kindle can acsses the web (at least some newer verions). but a lot of websites are made for more powerful devices and only a dozen or so Websites run really well (mostly news sites.) </p> | ||
<p>the misson of kindle apps is to provide access to a couple of useful and fun applications using the web browser.</p> | ||
</body> | ||
</html> |