UNPKG

kwt-example

Version:

description

24 lines (22 loc) 819 B
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="renderer" content="webkit"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>项目初始目录,修改为对应标题</title> <meta name="keywords" content="关键字"/> <meta name="description" content="描述" /> <link rel="shortcut icon" href="http://www.haiziwang.com/favicon.ico" type="image/x-icon"/> <!--#include virtual="{{:sinclude}}resources.shtml"--> <link rel="stylesheet" href="{{:static}}css/style.css"> </head> <body> <!--#include file="{{:sinclude}}header.html"--> <!--#include file="{{:sinclude}}nav.html"--> <div class="container"></div> <!--#include file="{{:sinclude}}footer.html"--> <script src="{{:api}}member/api.js"></script> <script src="{{:static}}js/app.js"></script> </body> </html>