Skip to content

Commit 7639456

Browse files
committed
add h p
1 parent c1a6623 commit 7639456

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

css/app.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
body {
22
width:20 px;
3+
height:20 px;
34
}

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ <h3>My name is Zay Yar Htun</h3>
1313
<p>Testing about Github</p>
1414
<p>Last sentence</p>
1515
<p>aabb</p>
16+
<p>Love you</p>
1617

1718
</body>
1819
</html>

js/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
alert("hello world");
1+
alert("hello world");
2+
console.log("hi bar black")

0 commit comments

Comments
 (0)