header.html
754 Bytes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hanj">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><%=title %></title>
<link rel="stylesheet" href="../css/<%=csslink %>.css">
<% if (ENV_DEVELOPMENT) { %>
<script src="http://localhost:35729/livereload.js"></script>
<% } %>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script type="text/javascript" src="../js/common/config.js"></script>