You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
349 B

<!DOCTYPE html>
<html>
<head>
<title>30DaysofScripts:Inline Script</title>
</head>
<body>
<button onclick="alert('Welcome to 30DaysofJavaScript!')">Click Me</button>
<script src="./countries.js"></script>
<script src="./web_techs.js"></script>
<script src="./main.js"></script>
</body>
</html>