Fix typo in index.html

There was a typo error in index.html file of day one.
pull/829/head
Grenish rai 2 years ago committed by GitHub
parent 55d8e3dbc0
commit 81ba30c048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
</head>
<body>
<h1>30DaysOfJavaScript:03 Day</h1>
<h1>30DaysOfJavaScript:01 Day</h1>
<h2>Introduction</h2>
<button onclick="alert('Welcome to 30DaysOfJavaScript!');">Click Me</button>
<script src="./helloworld.js"></script>
@ -16,4 +16,4 @@
</body>
</html>
</html>

Loading…
Cancel
Save