# **添加个人博客前端页面**
*****
### 1.使用网盘下载个人博客(public压缩包)页面
```
链接:https://pan.baidu.com/s/1WqPs0MEk0fGz0ndY_bLKEw
提取码:yyds
```
### 2.解压完打开后找到**index.html**文件和**static**文件夹
![](https://img.kancloud.cn/77/02/77024783c883aa2dfa82b31c303a1569_1198x281.png)
![](https://img.kancloud.cn/5f/98/5f98e83e57792215fe0f7cd838be2af5_1208x255.png)
```
从小皮面板里打开网站根目录进入tp5文件里
```
#### 2.1,把index.html文件放到
```
tp5—>application—>index—>view—>index 里面
```
#### 2.2,把static文件夹放到
```
tp5—>public 里面
```