5 lines
131 B
Text
5 lines
131 B
Text
|
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||
|
# name: <input ... />
|
||
|
# key: input
|
||
|
# --
|
||
|
<input type="$1" name="$2" value="$3" />
|