Skip to content

Instantly share code, notes, and snippets.

@oxalorg
Created June 25, 2015 15:16
Show Gist options
  • Save oxalorg/660caf1fcf7c4ce284b4 to your computer and use it in GitHub Desktop.
Save oxalorg/660caf1fcf7c4ce284b4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title> test_local </title>
</head>
<body>
<p> Sum of two numbers: </p>
<form>
Number 1 : <input type="text" name="n1">
number 2 : <input type="text" name="n2">
<input type="button" value="Click" onClick="">
</form>
<div class="result">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment