node-fmpp
Version:
26 lines • 755 B
HTML
<html>
<head>
<title>test</title>
<meta charset="utf-8"/>
<meta name="description" content="页面描述"/>
<meta name="keywords" content="页面描述"/>
<link href="/src/css/base.css" rel="stylesheet" type="text/css"/>
<link href="/src/css/index.css" rel="stylesheet" type="text/css"/>
</head>
<body id="www-wd-com">
<script>
window.mock0 = "asdasd";
window.mock1 = [1,2,4];
window.mock2 = {gg:["asd","ggh"],asd:123};
window.mock3 = [{ggh:"3asd",asd:34},{ggh:"3asd",asd:34},{ggh:"3asd",asd:34}];
</script>
<div class="g-doc">
<div class="g-hd">
<h1 class="m-logo">test</h1>
<h2 class="m-title">asdasd</h2>
</div>
<div class="g-bd" id="module-box"></div>
<script src="/src/javascript/xxx.js?pro=/src/javascript/"></script>
</body>
</html>