Skip to content

Commit 3dd81aa

Browse files
committed
Added leet to the site for #2
1 parent a86e2a1 commit 3dd81aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
2222
<br />
2323
Circled text: <input type="text" name="cool1" value="<?=$dec->cycle($_POST["input"]); ?>" />
24+
<br />
25+
Leet text: <input type="text" name="cool1" value="<?=$dec->leet($_POST["input"]); ?>" />
2426
<?php
2527
}
2628
else
@@ -29,6 +31,8 @@
2931
Enter your text here → <input type="text" name="input" />
3032
<br />
3133
Circled text: <input type="text" name="cool1" />
34+
<br />
35+
Leet text: <input type="text" name="cool1" />
3236
<?php
3337
}
3438
?>

0 commit comments

Comments
 (0)