We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a443777 commit 4806b0fCopy full SHA for 4806b0f
index.html
@@ -17,6 +17,6 @@ <h1>stalk me at</h1>
17
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>']
18
setInterval(()=>{
19
document.getElementById("GA").InnerHTML = uh[p]
20
- if (p<2){p++} else {p=0} ; console.log(p)}
+ if (p<1){p++} else {p=0} ; console.log(p)}
21
,500)
22
</script>
0 commit comments