gitextract_3osvxmvl/ ├── .gitignore ├── .project ├── README.md ├── block.html ├── demo1/ │ ├── css/ │ │ └── bootstrap.css │ ├── extends/ │ │ ├── bsfooter/ │ │ │ ├── bsfooter.css │ │ │ ├── bsfooter.html │ │ │ └── bsfooter.js │ │ ├── bsheader/ │ │ │ ├── bsheader.html │ │ │ └── bsheader.js │ │ ├── bsmain/ │ │ │ ├── bsmain.html │ │ │ └── bsmain.js │ │ └── bsmodal/ │ │ ├── bsmodal.html │ │ └── bsmodal.js │ ├── index.html │ ├── js/ │ │ ├── base.js │ │ ├── jquery.js │ │ ├── require.js │ │ ├── test.js │ │ └── text.js │ └── package.json ├── js/ │ ├── base.js │ ├── jquery.js │ ├── require.js │ ├── wsscat.js │ ├── wsscat2.js │ ├── wsscat3.js │ ├── wsscat4.js │ └── wsscat5.js └── start.html