Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sk66641 committed Apr 9, 2024
1 parent 7934b6f commit f15da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

var random_color;

let type = prompt("1:) To choose gradient between conic & linear, Type: \n -> 'c' for conic \n -> 'l' for linear");
let type = prompt("1:) To choose gradient between conic & linear, Type: \n -> 'c' or 'C' for conic \n -> 'l' or 'L' for linear");
let set_time = parseInt(prompt("2:) Set time interval in 'milliseconds':"));
let n = parseInt(prompt("3:) Set number of random colors:"));
alert("𝘙𝘢𝘯𝘥𝘰𝘮 𝘋𝘪𝘴𝘤𝘰 𝘓𝘪𝘨𝘩𝘵 𝘚𝘪𝘮𝘶𝘭𝘢𝘵𝘰𝘳 (𝘸𝘪𝘵𝘩 💖 𝘣𝘺 '𝘬𝘶𝘮𝘢𝘳 𝘴𝘢𝘯𝘶')");
Expand Down

0 comments on commit f15da46

Please sign in to comment.