index updated

pull/73/head
Derrek Gass 5 years ago
parent 389e88931c
commit 6b29a00fed

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