mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
12 lines
250 B
HTML
12 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Struts2 Test</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Struts2 Test Application</h1>
|
|
</body>
|
|
</html>
|