mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
6 lines
217 B
JavaScript
6 lines
217 B
JavaScript
const link1 = "https://example.com";
|
|
const link2 = "https://docs.something.org";
|
|
const link3 = "https://github.com/example/repo";
|
|
const link4 = "https://news.ycombinator.com";
|
|
const link5 = "http://example.com:8080";
|