18 lines
420 B
HTML
18 lines
420 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="portainer.png" alt="portainer microbot"/></p>
|
|
<p class="centered">Portainer MicroBOT</p><br>
|
|
<p class="centered"><a href="https://portainer.io">Visit our website</a></p>
|
|
</body>
|
|
</html>
|