Skip to content

Commit 53a7729

Browse files
authored
Update index.html
1 parent 4806b0f commit 53a7729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ <h1>stalk me at</h1>
1717
p=0;uh=['<a href="https://thevitebsk-github-io.vercel.app/blog.html"><i>GAHAM</i></a>','<a href="https://thevitebsk-github-io.vercel.app/blog.html"><i>GAHAM_</i></a>']
1818
setInterval(()=>{
1919
document.getElementById("GA").InnerHTML = uh[p]
20-
if (p<1){p++} else {p=0} ; console.log(p)}
20+
if (p<1){p++} else {p=0}}
2121
,500)
2222
</script>

0 commit comments

Comments
 (0)