UNPKG

@tower1229/flow-ui

Version:

Highly customizable UI framework based Seajs/jQuery

34 lines (30 loc) 1.05 kB
<!doctype html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="renderer" content="webkit"> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <title>空模板</title> <meta content="" name="Keywords"> <meta content="" name="Description"> <meta name="format-detection" content="telephone=no"> <link href="/flow-ui/favicon.ico" rel="icon"> <link href="/flow-ui/css/style.css" rel="stylesheet"> <script type="text/javascript"> if(window.location.href.indexOf('https')===0){ document.write('<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />'); } </script> <!--[if lt IE 9]><script src="/flow-ui/lib/H5shiv.js"></script><![endif]--> </head> <body> <div class="wrap"> hello world </div> <script src="/flow-ui/lib/sea.js" id="seajsnode"></script> <script> seajs.use('js/_blank'); </script> </body> </html>