More solidity + contract interactions from websites!
and a "transfer" input and button that allows you to transfer whatever amount is put into the input. (remember to convert the "1" in the input box to wei with ethers utils, as the contracts deal with WEI, not ETH. if someone types in "1" to transfer 1 full token, what the contract needs to see is 1 ** 18 (1 with 18 zeros)!)