17 lines
329 B
HTML
17 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style type="text/css">
|
|
.centered
|
|
{
|
|
text-align:center;
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
padding:0px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p class="centered"><img src="microbot.png" alt="microbot"/></p>
|
|
<p class="centered">Container hostname: XXX</p>
|
|
</body>
|
|
</html>
|