Skip to content

Commit

Permalink
moved public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Dec 18, 2012
1 parent c68a6dd commit 7cb07e4
Show file tree
Hide file tree
Showing 74 changed files with 30,482 additions and 0 deletions.
File renamed without changes.
Empty file added public/public/favicon.ico
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions public/tapas.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(($, document, console) ->
$(document).ready ->
#socket = do io.connect
#socket.on 'connect', -> console.log 'connect'
#socket.on 'reconnect', -> console.log 'reconnect'
#socket.on 'disconnect', -> console.log 'disconnect'
console.log "TAPAS"
) jQuery, document, console

10 changes: 10 additions & 0 deletions public/tapas.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
body
padding: 50px
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
background: #111
color: #ddd
a
color: #00B7FF
*/
Loading

0 comments on commit 7cb07e4

Please sign in to comment.