Skip to content

Commit 71665d2

Browse files
Create i.html
1 parent d279d4e commit 71665d2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

i.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Title of the document</title>
5+
</head>
6+
7+
<body>
8+
<h1 id="r">Click to download...</h1>
9+
</body>
10+
<script>
11+
const button = document.getElementByID('button');
12+
button.addEventListener('click', () => { w(); });
13+
function w() {
14+
alert("1")
15+
}
16+
</script>
17+
</html>

0 commit comments

Comments
 (0)