Files
intermax_test/exem/java/data/xm_plc_message.html
2024-04-19 13:57:22 +09:00

30 lines
582 B
HTML

<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>${title}</h1> -->
<div id="messagediv">%{XM_PLC_MESSAGE}</div>
</body>
</html>