@ -2,10 +2,9 @@
<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>