|
|
@ -8,6 +8,6 @@
|
|
|
|
<button onclick="alert('Welcome to 30DaysOfJavaScript!')">Click Me</button>
|
|
|
|
<button onclick="alert('Welcome to 30DaysOfJavaScript!')">Click Me</button>
|
|
|
|
<script src="helloworld.js"></script>
|
|
|
|
<script src="helloworld.js"></script>
|
|
|
|
<script src="introduction.js"></script>
|
|
|
|
<script src="introduction.js"></script>
|
|
|
|
<script src="main.js"></script>
|
|
|
|
<script src="exercise1.js"></script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|