fix<页面调整>

master
liyansheng 2024-12-21 00:49:55 +08:00
parent f507def213
commit d3cf460f05
3 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<body>
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
<h2>首页</h2>
<h2>电脑商城-首页</h2>
<a href="/register">注册</a>
<a href="/login">登录</a>
</body>
</html>

View File

@ -16,6 +16,7 @@
<button type="submit">登录</button>
</form>
<br>
${requestScope.msg}
</body>
</html>

View File

@ -18,6 +18,7 @@
<button type="submit">注册</button>
</form>
<br>
${requestScope.msg}
</body>
</html>