Skip to content

Instantly share code, notes, and snippets.

@jed
Created July 21, 2010 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jed/485037 to your computer and use it in GitHub Desktop.
Save jed/485037 to your computer and use it in GitHub Desktop.
// just an idea for now
with( fab = require( "fab" ) )
with( fab.html )
module.exports = fab
()
( /^\// )
( HTML, { class: "mobile" } )
( HEAD )
( SCRIPT, { src: "/this_is_remote.js" } )()
( SCRIPT )
( "// This is inline." )
()
()
( BODY )
( "This is some text." )
( BR, { style: "clear:all" } )
( DIV, "This is inline text." )
( DIV )
( "This is block text." )
()
()
()
( 404 )
();
@linead
Copy link

linead commented Jul 23, 2010

What a scary idea ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment