Update index.html
This commit is contained in:
parent
7e5523c20d
commit
7150fc1de8
1 changed files with 30 additions and 30 deletions
|
|
@ -15,36 +15,36 @@ window.onkeyup = function(e){k=e.keyCode;if (k == "13"){window.location="/"}}</s
|
|||
<body bgcolor="#FFFFFF">
|
||||
<div id="command"> </div>
|
||||
<div id="realcommand"><a href="/"></a> <a href='javascript:alert("Tap a picture to use the app the picture resembles. To view text instead, turn download images off. Tell me if you like this or not in the contact me section.");'></a></div>
|
||||
<a href="/apps/alarm.html"><img border="0" src="../img/alarm.PNG" width="32" height="32" alt="Alarm" /></a>
|
||||
<a href="/apps/analog.html"><img border="0" src="../img/analog.PNG" width="32" height="32" alt="Analog Clock" /></a>
|
||||
<a href="/apps/byte.html"><img border="0" src="../img/byte.PNG" width="32" height="32" alt="Byte Converter" /></a>
|
||||
<a href="/apps/calculator.html"><img border="0" src="../img/apps.png" width="32" height="32" alt="Calculator" /></a>
|
||||
<a href="/apps/calendar.html"><img border="0" src="../img/calendar.PNG" width="32" height="32" alt="Calendar" /></a>
|
||||
<a href="/apps/clock.html"><img border="0" src="../img/clock.PNG" width="32" height="32" alt="Clock" /></a>
|
||||
<a href="/apps/color.html"><img border="0" src="../img/color.PNG" width="32" height="32" alt="Color Converter" /></a>
|
||||
<a href="/apps/convert.html"><img border="0" src="../img/convert.PNG" width="32" height="32" alt="Converter" /></a>
|
||||
<a href="/apps/down.html"><img border="0" src="../img/down.PNG" width="32" height="32" alt="Countdown" /></a>
|
||||
<a href="/apps/up.html"><img border="0" src="../img/up.PNG" width="32" height="32" alt="Count Up" /></a>
|
||||
<a href="/apps/dice.html"><img border="0" src="../img/dice.PNG" width="32" height="32" alt="Dice Roller" /></a>
|
||||
<a href="/apps/easter.html"><img border="0" src="../img/easter.PNG" width="32" height="32" alt="Easter Calculator" /></a>
|
||||
<a href="/apps/light.html"><img border="0" src="../img/light.PNG" width="32" height="32" alt="Flashlight" /></a>
|
||||
<a href="/apps/testbed.html"><img border="0" src="../img/testbed.PNG" width="32" height="32" alt="HTML Test Bed" /></a>
|
||||
<a href="/apps/logo.html"><img border="0" src="../img/logomaker.PNG" width="32" height="32" alt="Logo Maker" /></a>
|
||||
<a href="/apps/money.html"><img border="0" src="../img/money.PNG" width="32" height="32" alt="Money Converter" /></a>
|
||||
<a href="/apps/moon.html"><img border="0" src="../img/moon.PNG" width="32" height="32" alt="Moon Phase" /></a>
|
||||
<a href="/apps/moorse.html"><img border="0" src="../img/moorse.PNG" width="32" height="32" alt="Moorse Code Converter" /></a>
|
||||
<a href="/apps/notecreator.html"><img border="0" src="../img/note.PNG" width="32" height="32" alt="Note Creator" /></a>
|
||||
<a href="/apps/number.html"><img border="0" src="../img/number.PNG" width="32" height="32" alt="Number Pronouncer" /></a>
|
||||
<a href="/apps/random.html"><img border="0" src="../img/random.PNG" width="32" height="32" alt="Random Number Generator" /></a>
|
||||
<a href="/apps/roman.html"><img border="0" src="../img/roman.PNG" width="32" height="32" alt="Roman Numeral Converter" /></a>
|
||||
<a href="/apps/text.html"><img border="0" src="../img/text.PNG" width="32" height="32" alt="Send Text Message" /></a>
|
||||
<a href="/apps/root.html"><img border="0" src="../img/root.PNG" width="32" height="32" alt="Square root calculator" /></a>
|
||||
<a href="/apps/stopwatch.html"><img border="0" src="../img/stopwatch.PNG" width="32" height="32" alt="Stopwatch" /></a>
|
||||
<a href="/apps/sunrisesunset.html"><img border="0" src="../img/sunrise.PNG" width="32" height="32" alt="Sunrise/Sunset Calculator" /></a>
|
||||
<a href="/apps/tabs.html"><img border="0" src="../img/tabs.PNG" width="32" height="32" alt="Tabs" /></a>
|
||||
<a href="/apps/url.html"><img border="0" src="../img/url.PNG" width="32" height="32" alt="URL Encoder" /></a>
|
||||
<a href="/apps/word.html"><img border="0" src="../img/word.PNG" width="32" height="32" alt="Word Counter" /></a>
|
||||
<a href="/apps/earth.html"><img border="0" src="../img/earth.PNG" width="32" height="32" alt="World Map" /></a>
|
||||
<a href="alarm.html"><img border="0" src="../img/alarm.PNG" width="32" height="32" alt="Alarm" /></a>
|
||||
<a href="analog.html"><img border="0" src="../img/analog.PNG" width="32" height="32" alt="Analog Clock" /></a>
|
||||
<a href="byte.html"><img border="0" src="../img/byte.PNG" width="32" height="32" alt="Byte Converter" /></a>
|
||||
<a href="calculator.html"><img border="0" src="../img/apps.png" width="32" height="32" alt="Calculator" /></a>
|
||||
<a href="calendar.html"><img border="0" src="../img/calendar.PNG" width="32" height="32" alt="Calendar" /></a>
|
||||
<a href="clock.html"><img border="0" src="../img/clock.PNG" width="32" height="32" alt="Clock" /></a>
|
||||
<a href="color.html"><img border="0" src="../img/color.PNG" width="32" height="32" alt="Color Converter" /></a>
|
||||
<a href="convert.html"><img border="0" src="../img/convert.PNG" width="32" height="32" alt="Converter" /></a>
|
||||
<a href="down.html"><img border="0" src="../img/down.PNG" width="32" height="32" alt="Countdown" /></a>
|
||||
<a href="up.html"><img border="0" src="../img/up.PNG" width="32" height="32" alt="Count Up" /></a>
|
||||
<a href="dice.html"><img border="0" src="../img/dice.PNG" width="32" height="32" alt="Dice Roller" /></a>
|
||||
<a href="easter.html"><img border="0" src="../img/easter.PNG" width="32" height="32" alt="Easter Calculator" /></a>
|
||||
<a href="light.html"><img border="0" src="../img/light.PNG" width="32" height="32" alt="Flashlight" /></a>
|
||||
<a href="testbed.html"><img border="0" src="../img/testbed.PNG" width="32" height="32" alt="HTML Test Bed" /></a>
|
||||
<a href="logo.html"><img border="0" src="../img/logomaker.PNG" width="32" height="32" alt="Logo Maker" /></a>
|
||||
<a href="money.html"><img border="0" src="../img/money.PNG" width="32" height="32" alt="Money Converter" /></a>
|
||||
<a href="moon.html"><img border="0" src="../img/moon.PNG" width="32" height="32" alt="Moon Phase" /></a>
|
||||
<a href="moorse.html"><img border="0" src="../img/moorse.PNG" width="32" height="32" alt="Moorse Code Converter" /></a>
|
||||
<a href="notecreator.html"><img border="0" src="../img/note.PNG" width="32" height="32" alt="Note Creator" /></a>
|
||||
<a href="number.html"><img border="0" src="../img/number.PNG" width="32" height="32" alt="Number Pronouncer" /></a>
|
||||
<a href="random.html"><img border="0" src="../img/random.PNG" width="32" height="32" alt="Random Number Generator" /></a>
|
||||
<a href="roman.html"><img border="0" src="../img/roman.PNG" width="32" height="32" alt="Roman Numeral Converter" /></a>
|
||||
<a href="text.html"><img border="0" src="../img/text.PNG" width="32" height="32" alt="Send Text Message" /></a>
|
||||
<a href="root.html"><img border="0" src="../img/root.PNG" width="32" height="32" alt="Square root calculator" /></a>
|
||||
<a href="stopwatch.html"><img border="0" src="../img/stopwatch.PNG" width="32" height="32" alt="Stopwatch" /></a>
|
||||
<a href="sunrisesunset.html"><img border="0" src="../img/sunrise.PNG" width="32" height="32" alt="Sunrise/Sunset Calculator" /></a>
|
||||
<a href="tabs.html"><img border="0" src="../img/tabs.PNG" width="32" height="32" alt="Tabs" /></a>
|
||||
<a href="url.html"><img border="0" src="../img/url.PNG" width="32" height="32" alt="URL Encoder" /></a>
|
||||
<a href="word.html"><img border="0" src="../img/word.PNG" width="32" height="32" alt="Word Counter" /></a>
|
||||
<a href="earth.html"><img border="0" src="../img/earth.PNG" width="32" height="32" alt="World Map" /></a>
|
||||
<center><font size="1">Press A to go back.</font></center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue