fix<页面调整>
parent
f507def213
commit
d3cf460f05
|
@ -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>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<button type="submit">登录</button>
|
||||
</form>
|
||||
<br>
|
||||
${requestScope.msg}
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -18,6 +18,7 @@
|
|||
<button type="submit">注册</button>
|
||||
</form>
|
||||
<br>
|
||||
${requestScope.msg}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue