清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title></title> </head> <body> <h1>艺术签名制作工具v1.0</h1> <form action="http://godsignature.sinaapp.com" method="post" name="sign" role="form"> <p> <label for="text" >姓名</label> <input type="text" name="text" value="小明" placeholder="姓名" /> </p> <p> <label for="fontsize" >字体大小</label> <input type="number" name="fontsize" value="72" placeholder="字体大小" /> </p> <p> <button type="submit">生成签名</button> </p> </form> <footer id="footer"> Copyright © 2015 <a href="http://www.libgod.com">libGod</a> </footer> </body> </html>