UNPKG

oxe

Version:

A mighty tiny web components framework/library

49 lines (40 loc) 779 B
<!DOCTYPE html> <html> <head> <base href="/"> <script> document.querySelector('base').href = location.hostname === 'vokeio.github.io' ? '/oxe/performance/' : '/performance/'; </script> <title>Performance</title> <!-- <script src="../assets/poly.min.js" defer></script> --> <script src="../assets/oxe.js" o-setup="index.js" defer></script> <style> html > * { margin: 0; padding: 0; text-align: center; } body, o-loop { width: 100%; height: 3000px; display: block; } .box { width: 60px; margin: 1.5px; padding: 1.5px; text-align: center; display: inline-block; background: lightgray; } .box input { width: 90%; margin: auto; display: block; } </style> </head> <body> <o-loop></o-loop> </body> </html>