forked from a-r-nida/HactoberFest2020-Beginers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhactoberfest.html
23 lines (22 loc) · 858 Bytes
/
hactoberfest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hactoberfest2020</title>
</head>
<body>
<h3>This is hactoberfest pull request 1</h3>
<h3>Only Unique lines to get pull request accepted,</h3>
<h3>I will accept your request in 24 hrs if not then send me email </p>
<ol>
<li>Dont modify above line </li>
<li>Starting from here...</li>
<li>Happy hacking... </li>
<li>Happy hacking.2121.. </li>
<li>All the best for future</li>
<li>Visit <a herf="https://hacktoberfest.digitalocean.com/">here</a> for register in this fest.</li>
</ol>
<p>To create a pull request,first you should fork the file and edit or create the file ,then commit changes and give pull req</p>
</body>
</html>