-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlink-list.html
55 lines (49 loc) · 2.68 KB
/
link-list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<header><title>Link List</title></header>
<body>
<h2>Links</h2>
<h3>Scenario 01</h3>
<img src="scenario-01/scenario-01.png" width="250px" />
<ul>
<li><a href="https://webshop-agw-demo-01.azurewebsites.net" target="_new">https://webshop-agw-demo-01.azurewebsites.net</a></li>
</ul>
<h3>Scenario 02</h3>
<img src="scenario-02/scenario-02.png" width="250px" />
<ul>
<li><a href="https://agw-demo-02.northeurope.cloudapp.azure.com" target="_new">https://agw-demo-02.northeurope.cloudapp.azure.com</a></li>
<li><a href="https://webshop-agw-demo-02.azurewebsites.net" target="_new">https://webshop-agw-demo-02.azurewebsites.net</a></li>
</ul>
<ul>
<li><a href="https://agw-demo-02.northeurope.cloudapp.azure.com/?CatalogM&q=%27select%20*%20from%27" target="_new">https://agw-demo-02.northeurope.cloudapp.azure.com/?CatalogM&q=%27select%20*%20from%27</a></li>
<li><a href="https://webshop-agw-demo-02.azurewebsites.net/?CatalogM&q=%27select%20*%20from%27" target="_new">https://webshop-agw-demo-02.azurewebsites.net/?CatalogM&q=%27select%20*%20from%27</a></li>
</ul>
<h3>Scenario 03</h3>
<img src="scenario-03/scenario-03.png" width="250px" />
<ul>
<li><a href="http://20.238.47.131" target="_new">http://20.238.47.131</a></li>
<li><a href="http://pip-agw-demo03-0" target="_new">http://pip-agw-demo03-0</a></li>
</ul>
<h3>Scenario 04</h3>
<img src="scenario-04/scenario-04.png" width="250px" />
<ul>
<li><a href="https://agw-demo-04.northeurope.cloudapp.azure.com" target="_new">https://agw-demo-04.northeurope.cloudapp.azure.com</a></li>
</ul>
<ul>
<li><a href="https://agw-demo-04.northeurope.cloudapp.azure.com/shopplain/" target="_new">https://agw-demo-04.northeurope.cloudapp.azure.com/shopplain/</a></li>
<li><a href="https://agw-demo-04.northeurope.cloudapp.azure.com/appplain/" target="_new">https://agw-demo-04.northeurope.cloudapp.azure.com/appplain/</a></li>
</ul>
<ul>
<li><a href="https://agw-demo-04.northeurope.cloudapp.azure.com/shop/" target="_new">https://agw-demo-04.northeurope.cloudapp.azure.com/shop/</a></li>
<li><a href="https://agw-demo-04.northeurope.cloudapp.azure.com/app/" target="_new">https://agw-demo-04.northeurope.cloudapp.azure.com/app/</a></li>
</ul>
<h3>Scenario 05</h3>
<img src="scenario-05/scenario-05.png" width="250px" />
<ul>
<li><a href="https://agw-demo-05.northeurope.cloudapp.azure.com" target="_new">https://agw-demo-05.northeurope.cloudapp.azure.com</a></li>
</ul>
<ul>
<li><a href="https://agw-demo-05.northeurope.cloudapp.azure.com/shop/" target="_new">https://agw-demo-05.northeurope.cloudapp.azure.com/shop/</a></li>
<li><a href="https://agw-demo-05.northeurope.cloudapp.azure.com/app/" target="_new">https://agw-demo-05.northeurope.cloudapp.azure.com/app/</a></li>
</ul>
</body>
</html>