# facebook-for-html
**Repository Path**: chenbool/facebook-for-html
## Basic Information
- **Project Name**: facebook-for-html
- **Description**: No description available
- **Primary Language**: PHP
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-04-27
- **Last Updated**: 2026-04-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Facebook HTML 界面
Facebook 的 HTML 静态界面实现,模拟 Facebook 的核心功能界面。
## 页面文件
| 文件 | 说明 |
|------|------|
| `index.html` | 登录页面 |
| `home.html` | 首页/动态消息 |
| `message.html` | 消息页面 |
| `search.html` | 搜索页面 |
## 技术栈
- **前端框架**: Bootstrap 3
- **图标库**: Font Awesome
- **JavaScript**: jQuery
- **富文本编辑器**: UMEditor
## 目录结构
```
facebook-for-html/
├── css/ # 样式文件
│ ├── bootstrap.css # Bootstrap 框架
│ ├── font-awesome.min.css # Font Awesome 图标
│ └── main.css # 自定义样式
├── js/ # JavaScript 文件
│ ├── bootstrap.min.js # Bootstrap JS
│ └── jquery.min.js # jQuery
├── font/ # 字体文件
├── umeditor/ # 富文本编辑器
├── index.html # 登录页面
├── home.html # 首页
├── message.html # 消息页面
└── search.html # 搜索页面
```
## 使用方法
直接在浏览器中打开 HTML 文件即可预览界面。