Skip to content

Instantly share code, notes, and snippets.

@valokafor
Created September 8, 2017 20:19
Show Gist options
  • Save valokafor/a5fc6f7a0451a2ba3163f775917dcf82 to your computer and use it in GitHub Desktop.
Save valokafor/a5fc6f7a0451a2ba3163f775917dcf82 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>aa</title>
<script src="script.js" ></script>
<body>
<input id="totalPrice" />
<button type="button" onclick="calculateTotal()">
Calculate
</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment