sa-token/sa-token-demo/sa-token-demo-remember-me/page_project/index.html
2023-03-07 16:12:12 +08:00

13 lines
310 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>记住我模式Demo页面</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>