Skip to content

Commit 2cc340d

Browse files
author
Garry
authored
Update index.html
1 parent ed97a87 commit 2cc340d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

thomas/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ <h2> fish.com</h2>
8181
if(fish>199)
8282
fish = fish - 200
8383
fps = fps + 50
84-
}
84+
}
85+
86+
setInterval(addfps, 1000);
8587
</script>
8688

8789

0 commit comments

Comments
 (0)