Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,35 @@
</head>
<body>
<header>
<h1>Wireframe</h1>
<h1>Read me</h1>
<p>
This is the default, provided code and no changes have been made yet.
A README file is the first thing people see when they open a code repository.
Its main purpose is to explain what the project is and how to use it.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<h2>Wireframe</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A wireframe is like the blueprint of a house,
but for a website or an app. It is a simple,
black-and-white sketch that shows where things go before you start building.
</p>
<h3>Branch in Git</h3>
<p>
A branch in Git is an independent line of development.
It acts as a pointer to a specific commit,
allowing you to work on new features, bug fixes,
or experiments without affecting the main,
stable codebase (usually called main or master).
</p>
<a href="">Read more</a>
</article>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
this is a footer. It usually contains information about the website,
</p>
</footer>
</body>
Expand Down
Loading