UNPKG

mo-framework

Version:

Hybrid mobile app framework with generators

24 lines 555 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>mo 🐍 framework</title> <script> if (/Mobi/.test(navigator.userAgent)) { location.href = 'src/'; } </script> <link rel="stylesheet" href="style.css" /> </head> <body> <h2>Open on device:</h2> <a href="src/">Fullscreen</a> <h2>Emulate on desktop:</h2> <a href="iphone4.html">iPhone 4</a> <a href="iphone6.html">iPhone 6</a> <a href="ipad.html">iPad</a> <div id="bottom"> mo <span id="mo">🐍</span> framework </div> </body> </html>