UNPKG

flyku

Version:

Flyku is an automated, modular development framework. The goal is to reduce duplication of work in the front-end development process, so that you pay more attention to the program itself.

25 lines 940 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head lang="en"> <meta charset="UTF-8"> <title>新项目</title> <link rel="shortcut icon" href="/icons/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="/src/styles/normalize.css" role="debug"/> <link rel="stylesheet" href="/src/styles/base.css" role="debug"/> <link rel="stylesheet" href="/src/styles/index.css" role="debug"/> </head> <body> <!-- 引入头部 --> <!--#include virtual="/header/header.html"--> <section id="content"> <div id="html"></div> </section> <script charset="utf-8" src="/lib/sea-debug.js" role="debug"></script> <script charset="utf-8" type="text/javascript" role="debug"> seajs.use('/kConfig/configs', function (conf) { seajs.config(conf); seajs.use('/src/scripts/test'); }); </script> </body> </html>