Files
JavaScript-from-Beginner-to…/Chapter 01/Project_1.html
T
2021-11-29 18:37:32 +05:30

11 lines
135 B
HTML

<!doctype html>
<html>
<head>
<title>JS Tester</title>
</head>
<body>
<script src="myJS.js"></script>
</body>
</html>