This website requires JavaScript.
Explore
Help
Sign In
aniani
/
elinks
Watch
0
Star
0
Fork
0
You've already forked elinks
mirror of
https://github.com/rkd77/elinks.git
synced
2025-09-21 19:46:23 -04:00
Code
Activity
Files
30a991b901b7f38cf1d910f76bf7cfd235832c9b
elinks
/
test
/
ecmascript
/
infinite.html
8 lines
70 B
HTML
Raw
Normal View
History
Unescape
Escape
Initial commit of the HEAD branch of the ELinks CVS repository, as of Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
2005-09-15 15:58:31 +02:00
<
script
>
[mozjs45] Code is unstable, but at least compiles.
2020-10-23 22:34:58 +02:00
var a = 0;
while (true) {
a += 1;
a -= 1;
}
Initial commit of the HEAD branch of the ELinks CVS repository, as of Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
2005-09-15 15:58:31 +02:00
<
/
script
>
Copy Permalink