Skip to content

Commit 7d497a3

Browse files
committed
clean index.html
1 parent bd011d0 commit 7d497a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

html/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<!doctype html>
22
<head>
3-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
43
</head>
54
<body>
65

76
<p id="yo"> yo yo yo yo yo yo yo </p>
8-
<script>
9-
$("#yo").append("hey hey hey hey!!!!!");
10-
</script>
7+
118

129
</body>

0 commit comments

Comments
 (0)