„html/contact.html“ ändern
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<img id="logo" src="../img/logodark.svg" alt="Logo">
|
<img id="logo" src="../img/logodark.svg" alt="Logo">
|
||||||
<a href="../">Home</a>
|
<a href="../">Home</a>
|
||||||
<a href="html/about.html">About</a>
|
<a href="about.html">About</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contact-section">
|
<div class="contact-section">
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="foot">
|
<div class="foot">
|
||||||
<a href="html/about.html">ABOUT</a>
|
<a href="about.html">ABOUT</a>
|
||||||
<a href="html/contact.html">CONTACT</a>
|
<a href="contact.html">CONTACT</a>
|
||||||
<a href="html/legal-notice.html">LEGAL NOTICE</a>
|
<a href="legal-notice.html">LEGAL NOTICE</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user