GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
some playing with bbs - new fm
[mirrors/Programs.git]
/
plugins
/
firefox-extensions
/
test
/
test.html
1
lol
2
3
<!-- script type="application/x-javascript" -->
4
<script
type
=
"text/javascript"
>
5
function skel_lol() {
6
alert('Extension skeleton works!!');
7
setTimeout(
"skel_lol()"
,
10000
);
8
}
9
skel_lol();
10
</script>
11
12
rofl
This page took
0.908991 seconds
and
4
git commands to generate.