From 21688991c62dd0720c31e6e4e16b1bb8014b05ec Mon Sep 17 00:00:00 2001
From: Mohsen-tech12 <161129736+Mohsen-tech12@users.noreply.github.com>
Date: Fri, 30 Jan 2026 15:40:11 +0000
Subject: [PATCH 1/2] ModifiedWireframe
---
Wireframe/index.html | 54 +++++++++++++++++++++++++++++++++-----------
1 file changed, 41 insertions(+), 13 deletions(-)
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..6fedd5576 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,26 +8,54 @@
- Wireframe
+ README, Wireframe, and branch
- This is the default, provided code and no changes have been made yet.
+ This page is going to talk about README, Wireframe, and branch in Git.
-
-
- Title
+
+
+ README
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ Picture above shows an example of README file in GitHub. README files tell people a summary of your project and what is your project about and how they can use your project. a good README
+ file will help people to understand your repo better.
- Read more
-
+ Read more
+
+
+
+
+ Wireframe
+
+ A wireframe is used to plan the structure of a website before designing it. It clarifies layout and structure.
+
+
+ Read more
+
+
+
+
+ Branch
+
+ Branches are useful when the user wants to change parts of the code without affecting the main codebase.
+
+ Read more
+
+
+
+