@ -2,9 +2,10 @@
<html>
<head>
<title>30DaysOfScript:Inline Script</title>
<script src="introduction.js"></script>
</head>
<body>
<button onclick="alert('Welcome to 30DaysOfJavaScript!')">Click Me</button>
</body>
</html>