miaosha/target/classes/templates/miaosha_fail.html

11 lines
256 B
HTML
Raw Normal View History

2018-09-16 15:22:24 +08:00
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>秒杀失败</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
秒杀失败:<p th:text="${errmsg}"></p>
</body>
</html>