# init-template **Repository Path**: bemzhao/init-template ## Basic Information - **Project Name**: init-template - **Description**: 初始模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PC响应式项目初始模板 ### 1、文件及其版本 ``` project/ ├── css/ │ ├── animate.min.css v3.7.2 │ ├── bootstrap.min.css v3.3.7 │ ├── font-awesome.min.css v4.7.0 │ ├── font-other.css │ ├── style.less │ └── swiper.min.css v4.5.0 ├── fonts/ │ ├── arial.ttf │ ├── FontAwesome.otf v4.7.0 2016 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── images/ │ ├── home/ │ ├── chrome.png │ ├── side_icon.png │ └── side_icon-w.png ├── js/ │ ├── bootstrap.min.js v3.3.7 │ ├── jquery-1.12.4.min.js v1.12.4 │ ├── less.min.js v3.10.3 │ ├── main.js │ ├── swiper.animate.min.js v1.0.3 │ ├── swiper.min.js v4.5.0 │ └── wow.min.js v1.1.3 ├── README.MD └── template.html ``` ### 2、布局规范 HTML; ```html