portainer-microbot/html/index.html

18 lines
420 B
HTML
Raw Normal View History

2021-03-30 01:50:06 +00:00
<!DOCTYPE html>
<html>
<style type="text/css">
.centered
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
</style>
<body>
2021-03-30 17:09:23 +00:00
<p class="centered"><img src="portainer.png" alt="portainer microbot"/></p>
<p class="centered">Portainer MicroBOT</p><br>
2021-10-30 03:41:00 +00:00
<p class="centered"><a href="https://portainer.io">Visit our website</a></p>
2021-03-30 01:50:06 +00:00
</body>
</html>