Skip to content

Commit 4e710f8

Browse files
committed
Task AJ-0001-part 1
1 parent 414b196 commit 4e710f8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Form.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@
44
</head>
55
<body>
66
<h1>Body comes here..</h1>
7+
8+
<header>
9+
<h1>Body comes here..</h1>
10+
</header>
11+
<footer>
12+
<h1>Body comes here..</h1>
13+
</footer>
714
</body>
815
</html>

Login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
2-
echo "New file added...";
3-
echo "New comment added on 2nd commit...";
2+
echo "New file added...";
43

4+
echo "New comment added on 2nd commit...";

0 commit comments

Comments
 (0)