16 lines
419 B
HTML
16 lines
419 B
HTML
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<link rel="stylesheet" href="/static/layui/css/layui.css">
|
|
<script src="../static/layui/layui.all.js"></script>
|
|
<script src="../static/layui/layui.js"></script>
|
|
<script src="../static/js/jquery-3.2.1.js"></script>
|
|
<script src="../static/js/user.js"></script>
|
|
<body>
|
|
咕咕咕?
|
|
</body>
|
|
</html> |