Merge c8288c0fd6 into 7ab55d69bf
commit
ad3ee83964
@ -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