pull/261/merge
Mohamed Mehdi Gara 7 months ago committed by GitHub
commit cdbb2725de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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