Permalink
Please sign in to comment.
Showing
with
266 additions
and 8 deletions.
- +205 −0 LICENSE.html
- +7 −0 README.md
- +4 −0 app.js
- +4 −0 http/controllers/bundles.js
- +3 −0 http/controllers/site.js
- +4 −0 http/public/javascripts/collaborate.js
- +5 −0 http/public/javascripts/towtruck.js
- +4 −0 http/public/stylesheets/bookmarklet.css
- +7 −3 http/public/stylesheets/style.css
- +10 −5 http/views/bundles/collaborate.html
- +3 −0 http/views/bundles/create.html
- +3 −0 http/views/layout.html
- +3 −0 http/views/site/index.html
- +4 −0 package.json
@@ -1 +1,4 @@ | ||
+<!-- This Source Code Form is subject to the terms of the Mozilla Public | ||
+ - License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
+ - You can obtain one at http://mozilla.org/MPL/2.0/. --> | ||
<a class="TowTruck" href="{url}">{url}</a> |
0 comments on commit
58d89a3