包含完整头部信息和主体结构的HTML基础模板。
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="renderer" content="webkit" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="copyright" content="浙江爱信诺航天信息有限公司" /> <title></title> <link rel="stylesheet" type="text/css" href="" /> </head> <body class="g-box"> <!-- header --> <div class="g-header"></div> <!-- /header --> <!-- content --> <div class="g-content"></div> <!-- /content --> <!-- footer --> <div class="g-footer"></div> <!-- /footer --> <script type="text/javascript" src=""></script> </body> </html>
直接代码复制到你的html文件中,也可以在html文件中用zencoding创建。