We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b621d0 commit d288322Copy full SHA for d288322
index.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
- <title>Meet the Ishist</title>
+ <title>the Ishist</title>
6
<style>
7
body {
8
background-color: #fff;
@@ -39,7 +39,7 @@
39
if (i < text.length) {
40
typewriter.textContent += text.charAt(i);
41
i++;
42
- setTimeout(type, getRandomDelay(50,3000); // typing speed in ms
+ setTimeout(type, getRandomDelay(50,3000)); // typing speed in ms
43
} else {
44
// Stop blinking cursor
45
typewriter.style.borderRight = 'none';
0 commit comments