Created
May 21, 2013 01:37
-
-
Save anonymous/5616990 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<body onload="init();" id="stage" class="theme"> | |
<div id="angka"> | |
<div id="input"> | |
<center><h1>Aplikasi Konverter Mil ke KM</h1></center> | |
<center><h3>Powered by Phonegap</h3></center> | |
<input type="number" id="inputku"> | |
<input name="submit" tabindex="32" type="submit" id="submit" onclick="fnHitung()" value="Convert"> | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment