We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d8387 commit b64dc63Copy full SHA for b64dc63
1 file changed
Wireframe/index.html
@@ -17,7 +17,15 @@ <h1>Understanding Git and Wireframes</h1>
17
18
</main>
19
<footer>
20
-
+ <nav>
21
+ <a href="#">Home</a>
22
+ <a href="#">About</a>
23
+ <a href="mailto:arunnkumar7@gmail.com">Contact</a>
24
+ <a href="https://github.com/arunkumarakilan" target="_blank" rel="noopener">GitHub</a>
25
+ <a href="https://www.linkedin.com/in/arunkumar-akilan-0a87aa3a1/" target="_blank" rel="noopener">LinkedIn</a>
26
+ </nav>
27
+
28
+ <p>© 2026 Arunkumar Akilan</p>
29
</footer>
30
</body>
31
</html>
0 commit comments