This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
magic_box_server/html/apphtml/user.html

19 lines
417 B
HTML
Raw Normal View History

2020-01-10 17:59:09 +08:00
<html>
<link rel="stylesheet" href="../static/layui/css/layui.css">
<script src="../static/layui/layui.js"></script>
<script src="../static/js/jquery-3.2.1.js"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>倒计时设置</title>
</head>
<body>
</body>
<script type="text/javascript">
layui.use("element", function() {
var element=layui.element;
});
</script>
</html>