Skip to content

Commit dde4ecf

Browse files
committed
v1.2
1 parent dc860c1 commit dde4ecf

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

ServiceBusJS/index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,33 @@
22
<html>
33
<head>
44

5-
<title>Microsoft Azure Service Bus JavaScript SDK</title>
5+
<title>Microsoft Azure Service Bus JavaScript SDK</title>
66
<link rel="stylesheet" href="css/main.css" type="text/css" />
7-
7+
88

99
</head>
1010
<body>
1111

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">
1618

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>
2122

22-
</div> <!-- END: .home-buttons -->
23+
</div> <!-- END: .home-buttons -->
2324

2425
<footer class="inner-wrapper">
2526

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+
2829
</footer>
2930

30-
</section> <!-- END: .container -->
31+
</section> <!-- END: .container -->
3132

3233

3334

0 commit comments

Comments
 (0)