This website requires JavaScript.
Explore
Help
Sign In
natty
/
fox-send
Watch
2
Star
0
Fork
You've already forked fox-send
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d87fb64390
fox-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 21:54:02 +00:00
const
html
=
require
(
'choo/html'
)
;
Added experiment for firefox download promo
2017-11-07 23:54:42 +00:00
module
.
exports
=
function
(
)
{
updated password input UI
2018-02-16 20:56:53 +00:00
return
html
`
<div></div>
`
;
a few changes to make A/B testing easier
2017-08-24 21:54:02 +00:00
}
;