Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 15, 2018 00:14
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 wichaksono/d908ca09ce4311089faaac4102d1a4f4 to your computer and use it in GitHub Desktop.
Save wichaksono/d908ca09ce4311089faaac4102d1a4f4 to your computer and use it in GitHub Desktop.
htdocs/
|-- template/
| |-- assets/
| | | --bootstrap/
| | | ├── css/
| | | │ ├── bootstrap.css
| | | │ ├── bootstrap.css.map
| | | │ ├── bootstrap.min.css
| | | │ ├── bootstrap-theme.css
| | | │ ├── bootstrap-theme.css.map
| | | │ └── bootstrap-theme.min.css
| | | ├── js/
| | | │ ├── bootstrap.js
| | | │ └── bootstrap.min.js
| | | └── fonts/
| | | ├── glyphicons-halflings-regular.eot
| | | ├── glyphicons-halflings-regular.svg
| | | ├── glyphicons-halflings-regular.ttf
| | | ├── glyphicons-halflings-regular.woff
| | | └── glyphicons-halflings-regular.woff2
| | |-- jquery/
| | | |-- jquery.min.js
| | |-- style.css
| | |-- custom.js
| |-- index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment