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

11 lines
216 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<head>
<script type="text/javascript" src="greeting.js"></script>
<title>JavaScript</title>
</head>
<body onload="greetUser();">
<h1>JavaScript</h1>
</body>
</html>