16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h2>提示:</h2>
|
||
|
<h3>${sessionScope.msg}</h3>
|
||
|
<button onclick="window.history.back();">返回</button>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|