Skip to content

Commit 147b86e

Browse files
committed
Update form action URLs in 404.html and index.html
1 parent cd29b7d commit 147b86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<footer>
8989
<section class="contactform">
9090
<h1 class="Title">Get In Touch</h1>
91-
<form action="contact.php" method="post" name="contact-form">
91+
<form action="/contact.php" method="post" name="contact-form">
9292
<label for="name">Name:</label><br />
9393
<input
9494
type="text"

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ <h1 class="Title" id="AltTitle">Projects</h1>
612612
<footer>
613613
<section class="contactform">
614614
<h1 class="Title">Get In Touch</h1>
615-
<form action="contact.php" method="post" name="contact-form">
615+
<form action="/contact.php" method="post" name="contact-form">
616616
<label for="name">Name:</label><br />
617617
<input
618618
type="text"

0 commit comments

Comments
 (0)