Fixed links on page
This commit is contained in:
+4
-3
@@ -13,8 +13,8 @@
|
||||
<div class="container">
|
||||
<h2>About Us</h2>
|
||||
<ul class="page-tree">
|
||||
<li><a href="/index.html">Home</a></li>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="#">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -41,7 +41,8 @@
|
||||
|
||||
|
||||
</div>
|
||||
<? include('ext/sideitem.php'); ?>
|
||||
FFFF
|
||||
<? include('/app/Views/ext/sideitem.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<h3>Send us a message</h3>
|
||||
<form id="contact-form" method="post">
|
||||
<form id="contact-form" method="post" action="/contact">
|
||||
<font color="red"><strong><?=$message?></strong><font>
|
||||
<div class="text-input">
|
||||
<div class="float-input">
|
||||
@@ -76,7 +76,8 @@
|
||||
</div>
|
||||
|
||||
<div id="msg" class="message"></div>
|
||||
<input type="submit" id="submit_contact" value="Send Message" onclick="document.getElementById('contact-form').submit();return false;">
|
||||
<!-- input type="submit" id="submit_contact" value="Send Message" onclick="document.getElementById('contact-form').submit();return false;" -->
|
||||
<input type="submit" id="submit_contact" value="Send Message" >
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<div class="container">
|
||||
<h2>Services</h2>
|
||||
<ul class="page-tree">
|
||||
<li><a href="/index">Home</a></li>
|
||||
<li><a href="/services">Services</a></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="#">Services</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user