UNPKG

alloytouch

Version:

super tiny size touch and physical motion library for the web

31 lines (29 loc) 803 B
<!DOCTYPE html> <html> <head> <title></title> <style> #ctt .test { width: 100px; height: 100px; color: white; line-height: 100px; text-align: center; display: inline-block; margin-top: 30px; position: absolute; left: 0; top: 0; } </style> </head> <body> <a href="https://github.com/AlloyTeam/AlloyTouch/tree/master/transformjs" target="_blank" style="position: absolute; right: 0; top: 0;"> <img src="//alloyteam.github.io/github.png" alt="" /> </a> <div style="text-align: center; position: relative; left: 100px; top: 100px;" id="ctt"> <div id="root"></div> </div> <script src="./index.js"></script> </body> </html>