usercenter
Version:
The user center for multiple authentication and keep session with redis
21 lines (20 loc) • 526 B
Plain Text
{{##def.header:para:
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>{{=para.title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
{{=para.css || ''}}
<script src="js/jquery.min.js"></script>
<script src="js/lyapp.src.js"></script>
{{=para.scripts || ''}}
</head>
<body>
#}}
{{##def.footer:para:
{{=para.scripts || ''}}
</body>
</html>
#}}