This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/web/2_sem/javascript/js_aufgabe4.html

11 lines
237 B
HTML

<!doctype html>
<html>
<head>
<meta charset="uft-8">
<script type="text/javascript" src="summ_of_numbers.js"></script>
</head>
<body onload="summ_of_numbers();">
<h1>Aufgabe 4</h1>
</body>
</html>