aboutsummaryrefslogtreecommitdiff
path: root/01_library/index.html
blob: 84d8e10f4e6d16fdeee47c834aab94a1e2ba40ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en-US">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width" />
	<title>Multiply two numbers</title>
	<script src="./build/library.js" defer></script>
	<script src="./script.js" defer></script>
</head>

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

</html>

Generated with cgit - Back to sebastiano.tronto.net