Skip to content

Commit 58be67e

Browse files
Add target attribute to footer link
1 parent feea5b5 commit 58be67e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Addition_program.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
?>
1717
</body>
1818
<footer style="position:fixed; left:0; right:0; bottom:0; background:#f8f8f8; padding:10px 0; text-align:center; border-top:1px solid #e0e0e0; font-family:Arial, sans-serif;">
19-
<strong>Code Is Writen By <a href="https://www.linkedin.com/in/parasgupta-binary0101">Paras Gupta</a></strong>
19+
<strong>Code Is Writen By <a href="https://www.linkedin.com/in/parasgupta-binary0101" target="_blank">Paras Gupta</a></strong>
2020
</footer>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)