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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Here’s what you need to know to participate and complete Hacktoberfest:
- Aim to make more than 4 pull requests.

- Imagine you've only made 4 pull requests to different projects, but one of those projects isn't part of the Hacktoberfest event.

- To cehck if given repositiry is part of hacktober 2023 look for hacktober tag.

- In that case, your pull request won't be counted, leaving you with just 3 valid ones if those projects aren't excluded either.

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div class="container">
<form action="">
<h1 class="main_heading">PAYMENT FORM</h1>
<p>Requiref fields are followed by *</p>
<h2>contact information</h2>
<p>Required fields are followed by *</p>
<h2>Contact Information</h2>
<p>
<i>Name: *</i
><input type="text" name="name" required placeholder="Your Name" />
Expand Down