Skip to content

Instantly share code, notes, and snippets.

@FluffyPira
Created January 30, 2015 16:38
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 FluffyPira/3baea4e628ba8a4767e1 to your computer and use it in GitHub Desktop.
Save FluffyPira/3baea4e628ba8a4767e1 to your computer and use it in GitHub Desktop.
.
├── Gemfile
├── Gemfile.lock
├── Procfile
├── README.md
├── composer.json
├── config.ru
└── public
├── articles.html
├── bootstrap
│   ├── css
│   │   ├── bootstrap-responsive.css
│   │   ├── bootstrap-responsive.min.css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap_love.css
│   │   ├── bootstrap_lp.css
│   │   └── fonts
│   │   ├── Fixedsys500c.eot
│   │   ├── Fixedsys500c.otf
│   │   ├── Fixedsys500c.svg
│   │   ├── Fixedsys500c.ttf
│   │   └── Fixedsys500c.woff
│   ├── img
│   │   ├── glyphicons-halflings-white.png
│   │   └── glyphicons-halflings.png
│   └── js
│   ├── bootstrap.js
│   └── bootstrap.min.js
├── bots.html
├── brock.jpg
├── contact.html
├── error_log
├── favicon
│   ├── Favicon.zip
│   ├── osaka.png
│   ├── osaka114.png
│   ├── osaka144.png
│   ├── osaka57.png
│   ├── osaka72.png
│   └── pira.png
├── form_test
│   ├── standard.html
│   ├── standard.php
│   ├── standard_old.html
│   ├── withholding.html
│   ├── withholding.php
│   └── withholding_old.html
├── img
│   └── hamu.gif
├── in_the_end.mid
├── index.html
├── love.html
├── lp.html
├── p1a.html
├── p1a.php
├── pwny
│   └── MuffadinBG.png
└── youth.mp3
10 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment