Skip to content

Commit 5539de2

Browse files
authored
Update index.html
1 parent 4756fde commit 5539de2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,8 @@
3535

3636
</head>
3737
<body>
38-
<script>
39-
function greenclick(){
40-
document.location.href="http://www.bing.com";
41-
}
42-
function dividclick(){
43-
document.location.href="http://www.google.com";
44-
}
45-
</script>
46-
<div id="divid" onclick="dividclick()">
47-
</div>
48-
<input type="button" class="green" onclick="greenclick()" value="click here">
49-
38+
<p>foo</p>
39+
5040

5141

5242
</body>

0 commit comments

Comments
 (0)