We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a6623 commit 7639456Copy full SHA for 7639456
css/app.html
@@ -1,3 +1,4 @@
1
body {
2
width:20 px;
3
+ height:20 px;
4
}
index.html
@@ -13,6 +13,7 @@ <h3>My name is Zay Yar Htun</h3>
13
<p>Testing about Github</p>
14
<p>Last sentence</p>
15
<p>aabb</p>
16
+ <p>Love you</p>
17
18
</body>
19
</html>
js/app.js
@@ -1 +1,2 @@
-alert("hello world");
+alert("hello world");
+console.log("hi bar black")
0 commit comments