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
7c605ac7af
fox-send
/
app
/
pages
/
blank.js
6 lines
97 B
JavaScript
Raw
Blame
History
const
html
=
require
(
'choo/html'
)
;
module
.
exports
=
function
(
)
{
return
html
`
<div></div>
`
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink