GitHub - AlloyTeamDev/Pro: 腾讯移动Web前端框架
Copy the HTML below to begin working with a minimal PRO document.
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>PRO Template</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- PRO CSS --> <link rel="stylesheet" type="text/css" href="css/pro.css"> </head> <body class="ui-app"> <div class="ui-top-bar js-no-bounce"> PRO Template </div> <div class="ui-bottom-bar js-no-bounce" role="toolbar" tabindex="0"> <button class="ui-bottom-bar-button js-active" data-toggle="tab" data-target="#page1"> <span class="ui-icon"></span> <span class="ui-label">CSS</span> </button> </div> </div> <div id="page1" class="ui-page js-active"> <div class="ui-page-content"> <h1>Hello, world!</h1> </div> </div> <!-- PRO JS --> <script src="js/pro.js"></script> </body> </html>