├── README.md ├── bbs.html ├── css ├── bbs.css ├── bootstrap.css ├── dilates.css ├── index.css ├── login.css ├── movie.css ├── play.css ├── reset.css ├── user.css ├── video-js.css └── willesPlay.css ├── dilates.html ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── images ├── 0069qWFHgw1f5a58ws5v6j30l402iq3x.jpg ├── 0069qWFHgw1f7iz0778hbj30d707n757.jpg ├── 0069qWFHgw1f899r65iarj30d707nwes.jpg ├── 0069qWFHgw1f8ade8vo0oj30bm0gojv4.jpg ├── 0069qWFHgw1f8crdp8cbrj30s20cin1g.jpg ├── 0069qWFHgw1f8hc7xrwgmj30br0goq7e.jpg ├── 0069qWFHjw1f5ukwnznnnj30b90go77h.jpg ├── 1.jpg ├── 2.jpg ├── 290713.png ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── control_01.png ├── logo.png ├── logo_qq_small.png ├── logo_tudou_small.png ├── logo_youku_small.png ├── play-icon.png ├── playheader.jpg └── ribbon.png ├── index.html ├── js ├── bootstrap.min.js ├── canvas-nest.js ├── html5media.min.js ├── index.js ├── jquery-1.11.3.min.js ├── jquery.validate.min.js ├── video.js └── willesPlay.js ├── login.html ├── movie.html ├── play.html ├── reg.html └── user.html /README.md: -------------------------------------------------------------------------------- 1 | # 帮别人写的电影网站整套页面 bootstrap 2 | 没什么了 3 | -------------------------------------------------------------------------------- /bbs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |欢迎来到迅影网,一起分享电影给我们带来的快乐。
18 |