parent
d0c066fcb9
commit
c8288c0fd6
@ -0,0 +1 @@
|
|||||||
|
console.log('Hello, World!')
|
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>30DaysOfJavaScript:External script</title>
|
||||||
|
<link rel="stylesheet" href="introduction.js">
|
||||||
|
<link rel="stylesheet" href="helloworld.js">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<button onclick="alert('Welcome to 30DaysOfJavaScript!');">Click Me</button>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1 @@
|
|||||||
|
console.log('Welcome to 30DaysOfJavaScript')
|
Loading…
Reference in new issue