memoscan
← all memos

Memo 0x55630ae8…21ab63 on Ethereum

<html> <head> <title>EthGraffiti</title> <style> div { vertical-align: middle; display: flex; align-items: center; margin: 25px; } input { height: auto%; margin-left: 25px; } h2 { font-family: "Courier New"; width: 100%; text-align: right; margin-right: 50px; } h3 { font-family: "Courier New"; margin-left: 35px; } </style> </head> <body> <div> <textarea id="message" rows="4" cols="75" placeholder="Write HTML here, and it will show up in the area below. Price: 69 wei."></textarea> <input id="send_graffiti" type="submit" value="Submit Graffiti"></input> <input type="button" value="Refresh" onClick="window.location.reload()"></button> <h3><a href="https://etherscan.io/address/0x57409c375540bd4a29d64431e1e0b74ba7e12b6a#code">Contract</a></h3> <h2>Write some graffiti in HTML. Not responsible if you get hacked.</h2> </div> <div> <iframe sandbox="allow-same-origin allow-scripts allow-forms" id="message_area" src="/graffiti.html" width=100% height=85%> </iframe> </div> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="web3.min.js"></script> <script src="main.js"></script> </body> </html>