Skip to content

Commit 0243b13

Browse files
committed
Updated code.
1 parent cfe1384 commit 0243b13

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Youtube Clone
2-
2+
---
33

44
# Static Website Deployment Flow
5-
5+
---
66
This project demonstrates how static assets (**HTML, CSS, JS, Images, and Videos**) are served to clients via a **Static Host** (e.g., Nginx, GitHub Pages) and optimized using a **CDN (Cache Layer)** for performance.
77

8-
## 📌 Architecture Diagram
9-
8+
## 📌 Architecture Diagram
9+
---
1010
![diagram](diagram.png)
1111

1212
## 📖 How It Works
13+
---
1314

1415
1. **Client Request**
1516
- Browser requests the entry point:
@@ -45,6 +46,7 @@ This project demonstrates how static assets (**HTML, CSS, JS, Images, and Videos
4546
- Videos → `200 OK + mp4 files`
4647
4748
## 📂 File Types Served
49+
---
4850
4951
- **HTML Pages** → `index.html`
5052
- **CSS** → `bootstrap.css`
@@ -55,6 +57,7 @@ This project demonstrates how static assets (**HTML, CSS, JS, Images, and Videos
5557
5658
5759
## ✅ Benefits
60+
---
5861
5962
- Faster loading with **CDN caching**
6063
- Efficient asset delivery

0 commit comments

Comments
 (0)