parent
8167ffc05d
commit
4ca3670b40
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>30DaysOfScript:Inline Script</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="alert('Welcome to 30DaysOfJavaScript!')">Click Me</button>
|
||||
<script>
|
||||
console.log('Welcome to 30DaysOfJavascript')
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue