|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 |
|
5 | | - <title>Microsoft Azure Service Bus JavaScript SDK</title> |
| 5 | + <title>Microsoft Azure Service Bus JavaScript SDK</title> |
6 | 6 | <link rel="stylesheet" href="css/main.css" type="text/css" /> |
7 | | - |
| 7 | + |
8 | 8 |
|
9 | 9 | </head> |
10 | 10 | <body> |
11 | 11 |
|
12 | | -<section class="container"> |
13 | | - <p class="cloud"><img src="./img/cloud.png"></p> |
14 | | - <h1 class="welcome-title">Welcome to Azure JavaScript SDK</h1> |
15 | | - <p class="welcome-p">Select your test page to get started.</p> |
| 12 | + <section class="container"> |
| 13 | + <p class="cloud"><img src="./img/cloud.png"></p> |
| 14 | + <h1 class="welcome-title">Welcome to Service Bus Azure JavaScript SDK v1.2</h1> |
| 15 | + <p class="welcome-p">Select your test page to get started.</p> |
| 16 | + |
| 17 | + <div class="home-buttons"> |
16 | 18 |
|
17 | | - <div class="home-buttons"> |
18 | | - |
19 | | - <a href="TopicSamples.html" class="btn topic-btn">Topic test page</a> |
20 | | - <a href="QueueSamples.html" class="btn queue-btn" style="background:#ff8c00;">Queue test page</a> |
| 19 | + <a href="TopicSamples.html" class="btn topic-btn">Topic test page</a> |
| 20 | + <a href="QueueSamples.html" class="btn queue-btn" style="background:#ff8c00;">Queue test page</a> |
| 21 | + <a href="EventHubSamples.html" class="btn queue-btn" style="background:#0094ff;">EventHub test page</a> |
21 | 22 |
|
22 | | - </div> <!-- END: .home-buttons --> |
| 23 | + </div> <!-- END: .home-buttons --> |
23 | 24 |
|
24 | 25 | <footer class="inner-wrapper"> |
25 | 26 |
|
26 | | - <div class="logo"><a href="http://www.daenet.eu/"><img src="./img/logo.png"></a></div> |
27 | | - |
| 27 | + <div class="logo"><a href="http://www.daenet.eu/"><img src="./img/logo.png"></a></div> |
| 28 | + |
28 | 29 | </footer> |
29 | 30 |
|
30 | | -</section> <!-- END: .container --> |
| 31 | + </section> <!-- END: .container --> |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
0 commit comments