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/alertbox.html

10 lines
200 B
HTML

<!DOCTYPE html>
<head>
<script type="text/javascript" src="helloworld.js"></script>
<title>JavaScript</title>
</head>
<body onload="showHelloWorld();">
<h1>JavaScript</h1>
</body>
</html>