-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewfile.html
More file actions
37 lines (36 loc) · 958 Bytes
/
Copy pathNewfile.html
File metadata and controls
37 lines (36 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Practice DOC</title>
<meta charset="utf-8" />
<style>
body {
background-color: lime;
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>This doc is for practice !</h1>
<p>MAking new changes over here</p>
<ol>
<li>this is the 1st tempering and 1st commit</li>
<li>this is 2nd change and 2nd commit</li>
<li>this is 4nd change and 4nd commit</li>
</ol>
<p>I am making some new chaanges here . -> push from local through git</p>
<p>
New change Push from local dis not work so I am Making this change from
github desktop
</p>
<p>
this comment is being made from github website and I am making this
comment to see the fecth and pull mechanism
</p>
<p></p>
<h1>This doc is for practice !</h1>
<p>mking some changes in side branch in newfile.html</p>
</body>
</html>