Skip to content

Instantly share code, notes, and snippets.

Created May 21, 2013 01:37
Show Gist options
  • Save anonymous/5616990 to your computer and use it in GitHub Desktop.
Save anonymous/5616990 to your computer and use it in GitHub Desktop.
<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