We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e361579 commit dd88736Copy full SHA for dd88736
1 file changed
index.html
@@ -16,7 +16,7 @@
16
?>
17
<h1>Null's Text Decorator</h1>
18
<br />
19
- <form action="index.php" method="post">
+ <form action="index.html" method="post">
20
21
Enter your text here → <input type="text" name="input" value="<?php echo $_POST["input"]; ?>" />
22
@@ -31,7 +31,7 @@ <h1>Null's Text Decorator</h1>
31
32
33
34
35
36
Enter your text here → <input type="text" name="input" />
37
0 commit comments