Skip to content

Commit b2916f9

Browse files
Update index.html
1 parent d288322 commit b2916f9

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>the Ishist</title>
5+
<title>Meet the Ishist</title>
66
<style>
77
body {
88
background-color: #fff;
@@ -32,7 +32,7 @@
3232
let i = 0;
3333

3434
function getRandomDelay(min, max) {
35-
return Math.floor(Math.random() * (max - min + 1)) + min;
35+
return Math.floor((Math.random() ** 3)* (max - min + 1)) + min;
3636
}
3737

3838
function type() {

0 commit comments

Comments
 (0)