Skip to content

Commit d288322

Browse files
Update index.html
1 parent 4b621d0 commit d288322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Meet the Ishist</title>
5+
<title>the Ishist</title>
66
<style>
77
body {
88
background-color: #fff;
@@ -39,7 +39,7 @@
3939
if (i < text.length) {
4040
typewriter.textContent += text.charAt(i);
4141
i++;
42-
setTimeout(type, getRandomDelay(50,3000); // typing speed in ms
42+
setTimeout(type, getRandomDelay(50,3000)); // typing speed in ms
4343
} else {
4444
// Stop blinking cursor
4545
typewriter.style.borderRight = 'none';

0 commit comments

Comments
 (0)