mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
17 lines
No EOL
321 B
HTML
17 lines
No EOL
321 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Command Result</title>
|
|
{{{head_requires}}}
|
|
</head>
|
|
<body>
|
|
{{{div_menubar}}}
|
|
<div id="mainbody">
|
|
<div id="pagetitle">Hi {{user.username}}, response to your command:</div>
|
|
<p>
|
|
{{message}}
|
|
</p>
|
|
</div>
|
|
<div id="info"></div>
|
|
</body>
|
|
</html> |