added files

pull/261/head
mohamedmehdigara 3 years ago
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…
Cancel
Save