28 lines
580 B
HTML
Executable File
28 lines
580 B
HTML
Executable File
<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> |