Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions Form-Controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ <h1>Product Pick</h1>
</header>
<main>
<form>
<!-- write your html here-->
<!--
try writing out the requirements first as comments
this will also help you fill in your PR message later-->
<label for="fname">Firstname:</label><br>
<label for="lname">Lastname:</label>
</form>
</main>
<footer>
<!-- change to your name-->
<p>By HOMEWORK SOLUTION</p>
<p>By Lin Tsang</p>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<body>
<header><h1>🧐 CYF Coursework Disposable Branch Previews</h1></header>
<main>
<p>I am adding some text here to try pull request.</p>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not modify files not related to the exercise. Because of this change, the Validation bot will reject your PR.

To fix the issue, you will need to revert the change made on this file.

<ol>
<li>
<h2><a href="/Wireframe">Project 1: Wireframe</a></h2>
Expand Down
Loading