Files
robot-shop/web/static/splash.html

15 lines
476 B
HTML
Raw Normal View History

2018-01-10 16:31:49 +00:00
<!-- splash page -->
<div>
2018-01-30 16:23:39 +00:00
<h3>Welcome to Stan's Robot Shop</h3>
<div>
Here you will find the answers to all your automation requirements.
</div>
<div>
This is a simple example microservices ecommerce application.
It is used to illustrate various capabilities of Instana Dynamic APM.
</div>
<div>
To find out more visit the <a class="cont" href="https://instana.com/" target="_blank">Instana</a> site.
</div>
2018-01-10 16:31:49 +00:00
</div>