Skip to content

Commit dd88736

Browse files
authored
Fixed form path
1 parent e361579 commit dd88736

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
?>
1717
<h1>Null's Text Decorator</h1>
1818
<br />
19-
<form action="index.php" method="post">
19+
<form action="index.html" method="post">
2020
<br />
2121
Enter your text here → <input type="text" name="input" value="<?php echo $_POST["input"]; ?>" />
2222
<br />
@@ -31,7 +31,7 @@ <h1>Null's Text Decorator</h1>
3131
?>
3232
<h1>Null's Text Decorator</h1>
3333
<br />
34-
<form action="index.php" method="post">
34+
<form action="index.html" method="post">
3535
<br />
3636
Enter your text here → <input type="text" name="input" />
3737
<br />

0 commit comments

Comments
 (0)