This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
drop.chapril.org-firefoxsend
Watch
25
Star
1
Fork
0
You've already forked drop.chapril.org-firefoxsend
Code
Issues
Releases
Activity
f923ff4f87
drop.chapril.org-firefoxsend
/
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
}
;
Copy Permalink