This repository has been archived on 2025-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
computer-web/src/main/webapp/index.jsp

14 lines
391 B
Plaintext
Raw Normal View History

2024-12-20 22:35:13 +08:00
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<body>
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
2024-12-21 00:49:55 +08:00
<h2>电脑商城-首页</h2>
2024-12-20 22:35:13 +08:00
<a href="/register">注册</a>
2024-12-21 00:49:55 +08:00
<a href="/login">登录</a>
2024-12-21 01:22:44 +08:00
<a href="/computerList">电脑列表</a>
2024-12-21 12:31:42 +08:00
<a href="/user?action=list">用户列表</a>
2024-12-21 13:54:25 +08:00
<a href="/cart?action=list">我的购物车</a>
2024-12-20 22:35:13 +08:00
</body>
</html>