This website requires JavaScript.
Explore
Help
Sign in
NoLog.cz
/
send
Watch
6
Star
0
Fork
You've already forked send
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
147f009279
send
/
app
/
pages
/
blank.js
6 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
a few changes to make A/B testing easier
2017-08-24 23:54:02 +02:00
const
html
=
require
(
'choo/html'
)
;
Added experiment for firefox download promo
2017-11-08 00:54:42 +01:00
module
.
exports
=
function
(
)
{
updated password input UI
2018-02-16 21:56:53 +01:00
return
html
`
<div></div>
`
;
a few changes to make A/B testing easier
2017-08-24 23:54:02 +02:00
}
;
Reference in a new issue
Copy permalink