Skip to content

Commit 9904e4b

Browse files
committed
2 parents c582752 + e430f04 commit 9904e4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,16 @@ <h1 style="font-size: 3em; text-align: center;">
281281
"console.log(greetings.length);",
282282
"Editing woahgorilla.github.io/index.html in main",
283283
"There are superheros and supervillans, what about super bystanders?",
284-
"Press any key to be rickrolled?"
285-
"Press any key to be rickrolled!"
284+
"Press any key to be rickrolled?",
285+
"Press any key to be rickrolled!",
286286
"pencil",
287287
"table",
288288
"frog",
289289
"README.md",
290+
"Forgot the comma again.",
291+
"Frog collection?",
292+
"What do you call a three headed toaster?\nJeff!",
293+
"Commit changes...",
290294
];
291295
var randomIndex = Math.floor(Math.random() * greetings.length);
292296
return greetings[randomIndex];

0 commit comments

Comments
 (0)