aboutsummaryrefslogtreecommitdiff
path: root/src/talks/wasm/examples/2-sum/index.html.raw
blob: b0a7c385d070a83d4deeec6c0c8c5eb16c25ae2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en-US">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width" />
	<title>Sum two numbers</title>
	<script src="./script.js" type="module" defer></script>
</head>

<body>
	<input id="aInput" /> + <br />
	<input id="bInput" /> <button id="goButton">=</button> <br />
	<p id="resultText"></p>
</body>

</html>

Generated with cgit - Back to sebastiano.tronto.net