move static web content into designated static/ folder
authorJess <jessicatz.fairymeadow@gmail.com>
Fri, 22 Aug 2014 13:47:43 +0000 (15:47 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Fri, 22 Aug 2014 13:47:43 +0000 (15:47 +0200)
commit613e801bf38a1a43641bcb8bd5af5b8a64a869c9
tree15e8a8820fcc4a983626d2b3af94c1dba4f699bd
parent8fa58d46994cbd5d4f70204d2b1b57ba4cc4a516
move static web content into designated static/ folder
20 files changed:
static/404.html [new file with mode: 0644]
static/apple-touch-icon-precomposed.png [new file with mode: 0644]
static/css/bootstrap-theme.css [new file with mode: 0644]
static/css/bootstrap-theme.css.map [new file with mode: 0644]
static/css/bootstrap-theme.min.css [new file with mode: 0644]
static/css/bootstrap.css [new file with mode: 0644]
static/css/bootstrap.css.map [new file with mode: 0644]
static/css/bootstrap.min.css [new file with mode: 0644]
static/css/main.css [new file with mode: 0644]
static/favicon.ico [new file with mode: 0644]
static/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
static/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
static/index.html [new file with mode: 0644]
static/js/main.js [new file with mode: 0644]
static/js/vendor/bootstrap.js [new file with mode: 0644]
static/js/vendor/bootstrap.min.js [new file with mode: 0644]
static/js/vendor/jquery-1.11.0.min.js [new file with mode: 0644]
static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js [new file with mode: 0644]