exemONE Java Agent 추가

This commit is contained in:
ByeonJungHun
2024-04-19 13:57:22 +09:00
parent 9cb85e3d11
commit 837512e69a
20 changed files with 818 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
<html>
<head>
<meta charset="utf-8">
<title>Message (InterMax)</title>
<style type="text/css">
body {
padding: 100px;
}
h1 {
font-size: 32pt;
text-align: center;
}
#messagediv {
font-size:14pt;
color:red;
text-align: center;
padding: 20px;
border: 1px solid black;
margin-top: 100px;
}
</style>
</head>
<body>
<h1>InterMax Rum Message</h1>
<div id="messagediv">%{XM_RUM_MESSAGE}</div>
</body>
</html>