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

11 lines
222 B
HTML

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