this repo has no description
1<!doctype html>
2<html>
3 <head>
4 <title>JavaScript Demo</title>
5 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
6 </head>
7 <body>
8 <h1>hello!</h1>
9 <p>click me</p>
10 <p>click me</p>
11 <p>click me</p>
12 <script src="script.js"></script>
13 </body>
14</html>