forked from iammapping/wedding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.ejs
41 lines (35 loc) · 1.41 KB
/
layout.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>PM Infinity - 10月5号</title>
<meta name="keywords" content="PM Infinity" />
<meta name="description" content="我和妻子及双方家人10月5号在九江恭候大家的光临。" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--STYLES-->
<link rel="stylesheet" href="/styles/weui.min.css">
<link rel="stylesheet" href="/styles/home.css">
<link rel="stylesheet" href="/styles/jquery.fullpage.min.css">
<link rel="stylesheet" href="/styles/slick.css">
<link rel="stylesheet" href="/styles/wall.css">
<!--STYLES END-->
<script type="text/javascript">
var Account = <%- typeof account =='undefined' ? '{}' : JSON.stringify(account) %>;
</script>
</head>
<body>
<%- body %>
<!--TEMPLATES-->
<!--TEMPLATES END-->
<script src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<!--SCRIPTS-->
<script src="/js/dependencies/jquery.min.js"></script>
<script src="/js/dependencies/comment.js"></script>
<script src="/js/dependencies/jquery.fullpage.min.js"></script>
<script src="/js/dependencies/slick.min.js"></script>
<script src="/js/pm.js"></script>
<script src="/js/home.js"></script>
<script src="/js/wall.js"></script>
<!--SCRIPTS END-->
</body>
</html>