You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30-Days-Of-JavaScript/myProcess/day-1/Exerc/index.html

17 lines
418 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>js-for-the-moon</title>
<script src="./exc-1.js"></script>
</head>
<body>
<div class="container"><button class="btun" onclick="alert('i will chase you ')">smoush me </button></div>
<script>
console.log('yes i am working')
</script>
</body>
</html>